Remote Control Commands
R&S
®
SMW200A
908User Manual 1175.6632.02 ─ 30
// Enable the generation of digital multiplexed signals
SCONfiguration:OUTPut:MODE DIGM
SCONfiguration:APPLy
// ******************************************************************
// Verify the I/Q stream mapping
SCONfiguration:OUTPut:MAPPing:BBMM1:MODE?
// Response: MULT
SCONfiguration:OUTPut:MAPPing:BBMM2:MODE?
// Response: MULT
SCONfiguration:OUTPut:MAPPing:BBMM1:STReam1:STATe?
// Response: 1
SCONfiguration:OUTPut:MAPPing:BBMM1:STReam3:STATe?
// Response: 1
SCONfiguration:OUTPut:MAPPing:BBMM1:STReam5:STATe?
// Response: 1
SCONfiguration:OUTPut:MAPPing:BBMM1:STReam7:STATe?
// Response: 1
SCONfiguration:OUTPut:MAPPing:BBMM2:STReam2:STATe?
// Response: 1
SCONfiguration:OUTPut:MAPPing:BBMM2:STReam4:STATe?
// Response: 1
SCONfiguration:OUTPut:MAPPing:BBMM2:STReam6:STATe?
// Response: 1
SCONfiguration:OUTPut:MAPPing:BBMM2:STReam8:STATe?
// Response: 1
Example: Controlling the R&S SMW and external RF instruments with the same
application program
If you have to remote control a test setup with R&S SMW and other instruments from a
remote computer (external controller), you have to synchronize remote commands
(SCPI commands) you send to the different instruments (see Figure 14-1).
Figure 14-1: Conventional way to remote control the R&S
SMW and external RF instruments
This example shows you how to use the same application program to control the exter-
nal RF instruments via the R&S SMW, without opening remote sessions to these
instruments.
SCONfiguration Subsystem