QM1003-0.5-18-2 Dual Channel RF Downconverter
User Manual
2. VISA Descriptors and Configuration
2.1 USBTMC
2.1.1 VISA Descriptors
To communicate with the Quonset Microwave QM1003-0.5-18-2 Dual Channel 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::0x002E::0212::INSTR
2.1.2 USBTMC VISA Code Example
ViSession rscmng;
ViSession qm1003;
char buf[256] = 0;
viOpenDefaultRM(&rscmng);
viOpen(rscmng,(ViRsrc)"USB0::0x2012::0x002E::0212::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 1.0.0
24
Summary of Contents for QM1003-0.5-18-2
Page 7: ...QM1003 0 5 18 2 Dual Channel RF Downconverter User Manual Quonset Microwave Revision 1 0 0 vi...
Page 38: ...QM1003 0 5 18 2 Dual Channel RF Downconverter User Manual Quonset Microwave Revision 1 0 0 27...
Page 100: ...Quonset Microwave www quonsetmicrowave com 1003 005 21 1003 005 21 Revision 1 0 0 March 2023...