Remote Control Commands
R&S
®
SMW200A
832User Manual 1175.6632.02 ─ 16
Example: Connecting an external instrument and sending SCPI commands to it
The following example lists the commands necessary to fulfill this task. This example
uses the configuration made in Example "Connecting and configuring external instru-
ment (advanced configuration)" on page 826.
We assume that an external instrument (R&S SGT) is connected to the BBMM1 con-
nector.
SCONfiguration:EXTernal:DISPlay ALL
SCONfiguration:EXTernal:REMote:CLEan
SCONfiguration:EXTernal:REMote:SCAN
SCONfiguration:EXTernal:BBMM1:IQConnection:STATe?
// Response: 1
SCONfiguration:EXTernal:REMote:LIST?
// Response: SMBV100A,SGS_2,SGT100A,SMBV_1,SMBV_2,SMU200A (100010),SGS_1,SMU200A (100001)
// Detecting a connected external instrument and connecting it
SCONfiguration:EXTernal:BBMM1:REMote:DETect?
// Response: "SGT100A"
SCONfiguration:EXTernal:BBMM1:REMote:ISELect?
// Response: "SGT100A","A"
SCONfiguration:EXTernal:BBMM1:REMote:CONNect
SCONfiguration:EXTernal:BBMM1:RCONnection:STATe?
// Response: 1
SCONfiguration:EXTernal:BBMM1:INAMe?
// Response: "SGT100A [A]"
// Sending SCPI commands directly to the connected external instrument
SCONfiguration:EXTernal:BBMM1:REMote:SEND ":SOURce1:FREQuency 2.1GHz"
SCONfiguration:EXTernal:BBMM1:REMote:SEND ":SOURce1:FREQuency?"
Example: Generating digital multiplexed signals
The following is a general example. Not all required settings are considered.
// ******************************************************************
// Reset the system configuration and enable a 1x2x8 MIMO fading config
SCONfiguration:PRESet
SCONfiguration:MODE ADVanced
SCONfiguration:FADing MIMO2X8
// Enable the generation of digital multiplexed signals
SCONfiguration:OUTPut:MODE DIGM
SCONfiguration:APPLy
// ******************************************************************
// Verify the I/Q stream mapping
SCONfiguration:OUTPut:MAPPing:BBMM1:MODE?
SCONfiguration Subsystem