Remote Control Commands
R&S
®
SMW200A
911User Manual 1175.6632.02 ─ 30
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" on page 905.
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: Enbaling signal with 400 MHz fading bandwidth
The following is a simple example on how to configure the settings.
:SCONfiguration:MODE ADV
:SCONfiguration:FADing MIMO2x2x2
:SCONfiguration:BBBW BB400
:SCONfiguration:CABW?
// BB800
:SCONfiguration:APPLy
:SCONfiguration:FADing MIMO2x2x4
:SCONfiguration:BBBW?
// BB200
:SCONfiguration:CABW?
// BB800
SCONfiguration Subsystem