03-17-2008 12:25 PM
03-18-2008 11:03 AM
03-22-2008 09:29 AM
Thanks, christian.
This command is from 89601-90001, new release f/w of N9020A.
I had try some which I search from web on VC++ tip, eg like \", or \x43, try to force VC compiler that this " is a special string I want to send, but still can't get it work.
could it be the gpibWrite() / gpibQuerry() cannot recognize those special string?
Do you have any workarround trick for for, "EVM\" ?
Thanks in advance.
03-26-2008 09:22 AM
03-28-2008 12:32 AM
hi Christian,
I had try it w/o "", MXA will have error.
The SCPI command send down must inlcude "EVM\".
I try using NI MAX with the VISA Interactive control, basic I/O write, I type in <:CALC:W11A ATA4:TABL? "EVM\">, there is no problem or sending, instrument don't show error of receiving, and I can read back the result by using basic I/O read.
Thanks.
03-28-2008 09:31 AM
02-17-2010 05:35 PM
i use the following scpi commands on the N9020A Spectrum Analyzer to read my EVM qpsk values:
inst wcdma
freq:cent 300 MHz
conf:evmq
fetc:evmq?
and it outputs all the evm qpsk values
02-18-2010 12:07 AM