목록Spectrum (1)
SPRING :: NOTE
[Agilent] N9320B Spectrum Analizer Source (Sample)
#include #include #include #include #include "visa.h" #include ViSession defaultRM, viN9320B; ViStatus errStatus; ViChar cIdBuff[256]= {0}; char cEnter = 0; int iResult = 0; /*Set the input port to 50MHz amplitude reference*/ void Route50MHzSignal() { viQueryf(viN9320B, "*IDN?\n", "%t", &cIdBuff); /* prompt the user*/ /* to connect the amplitude reference output to the input*/ printf ("Connect C..
Development Tools/Keysight · National Instruments
2016. 2. 29. 19:21