Hi all,
I'm using E4447A PSA, and remote control it by C# programming, now i can control it to do most of the things, but...
when i use Peek-search function, the spectrum shows on the screen, but the numbers, like bands, frequency, etc..., don't show up, so i can't read the specific value on my computer screen(i capture the screen from PSA), so, how to get the numbers shown on the screen?
PS the code i wrote is like this:
ViStatus v = 0;
v = viPrintf(viPSA, "CALC:MARK%d:MAX\n", m);
any clue? thx in advance!
I'm using E4447A PSA, and remote control it by C# programming, now i can control it to do most of the things, but...
when i use Peek-search function, the spectrum shows on the screen, but the numbers, like bands, frequency, etc..., don't show up, so i can't read the specific value on my computer screen(i capture the screen from PSA), so, how to get the numbers shown on the screen?
PS the code i wrote is like this:
ViStatus v = 0;
v = viPrintf(viPSA, "CALC:MARK%d:MAX\n", m);
any clue? thx in advance!
:CALCulate:MARKer[1]|2|3|4:X?
:CALCulate:MARKer[1]|2|3|4:Y?
The details about these commands are available in http://cp.literature.agilent.com/litweb ... -90507.pdf pages 255 and 259.
Are you looking for any other information?