Quantcast
Channel: Measurement Studio for VC++ topics
Viewing all articles
Browse latest Browse all 653

SCPI command not found

$
0
0

I am developping a auto-test program according to GPIB to connect to E4404B, spectrum analyzer, than I found some example code here, 

 

/*Reset the instrument*/
viPrintf(viESA,"*RST\n");
/*Set Y-Axis units to dBm*/
viPrintf(viESA, "UNITSmiley TongueOW DBM\n");
/*Set the analyzer center frequency to 50MHZ*/
viPrintf(viESA,"SENS:FREQ:CENT 50e6\n");

 

the strange thing is that "UNITSmiley TongueOW DBM" can not be found anywhere, in standard SCPI command or instrument specified command, does anyone can explain where this command comes from?


Viewing all articles
Browse latest Browse all 653

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>