QM1003-2-18 RF Downconverter
User Manual
2. VISA Descriptors and Configuration
2.1 USBTMC
2.1.1 VISA Descriptors
To communicate with the Quonset Microwave QM1003-2-18 RF Downconverter as a USBTMC device,
use the following USB VISA descriptor format:
USB[board number]::manufacturer ID::model code::serial number::INSTR
Descriptor Example
USB0::0x2012::0x0028::0001::INSTR
2.1.2 USBTMC VISA Code Example
ViSession rscmng;
ViSession qm1003;
char buf[256] = 0;
viOpenDefaultRM(&rscmng);
viOpen(rscmng,(ViRsrc)"USB0::0x2012::0x0028::0001::INSTR",VI_NULL,VI_NULL,&qm1003);
viPrintf(qm1003,(ViString)"*IDN?\n");
viScanf(qm1003,(ViString)"%t",&buf);
viClose((ViObject)qm1003);
viClose((ViObject)rscmng);
Quonset Microwave
Revision 0.1.0
23