
QM1004-0.5-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 QM1004-0.5-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::0x002A::0001::INSTR
2.1.2 USBTMC VISA Code Example
ViSession rscmng;
ViSession qm1004;
char buf[256] = 0;
viOpenDefaultRM(&rscmng);
viOpen(rscmng,(ViRsrc)"USB0::0x2012::0x002A::0001::INSTR",VI_NULL,VI_NULL,&qm1004);
viPrintf(qm1004,(ViString)"*IDN?\n");
viScanf(qm1004,(ViString)"%t",&buf);
viClose((ViObject)qm1004);
viClose((ViObject)rscmng);
Quonset Microwave
Revision 1.2.1
26
Содержание QM1004-0.5-18
Страница 7: ...QM1004 0 5 18 Combined RF Upconverter Downconverter User Manual Quonset Microwave Revision 1 2 1 vi...
Страница 15: ...QM1004 0 5 18 Combined RF Upconverter Downconverter User Manual Quonset Microwave Revision 1 2 1 4...
Страница 40: ...QM1004 0 5 18 Combined RF Upconverter Downconverter User Manual 6 14 WAI 89 Quonset Microwave Revision 1 2 1 29...
Страница 105: ...Quonset Microwave www quonsetmicrowave com 1004 011 21 1004 011 21 Revision 1 2 1 November 2022...