![Quonset Microwave QM1004A-2-18 User Manual Download Page 37](http://html1.mh-extra.com/html/quonset-microwave/qm1004a-2-18/qm1004a-2-18_user-manual_3775615037.webp)
QM1004A-2-18 Combined RF Upconverter/Downconverter
User Manual
2. VISA Descriptors and Configuration
2.1 USBTMC
2.1.1 VISA Descriptors
To communicate with the Quonset Microwave QM1004A-2-18 Combined RF Upconverter/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::0x001B::0002::INSTR
2.1.2 USBTMC VISA Code Example
ViSession rscmng;
ViSession qm1004a;
char buf[256] = 0;
viOpenDefaultRM(&rscmng);
viOpen(rscmng,(ViRsrc)"USB0::0x2012::0x001B::0002::INSTR",VI_NULL,VI_NULL,&qm1004a);
viPrintf(qm1004a,(ViString)"*IDN?\n");
viScanf(qm1004a,(ViString)"%t",&buf);
viClose((ViObject)qm1004a);
viClose((ViObject)rscmng);
Quonset Microwave
Revision 1.4.3
25