Remote Control Commands
R&S
®
SMW200A
892User Manual 1175.6632.02 ─ 16
// query the content of the new data list and modify it (append data to it)
FORM ASCI
SOURce:BB:DM:DLISt:DATA? 2048,1024
// 1,1,0,0,0, ...
SOURce:BB:DM:DLISt:DATA:APPend 1,1,1,0,0,0,1,1,0,1...
SOURce:BB:DM:DLISt:SELect "DList3"
// query the free memory and nuber of bit to be utilized
SOURce:BB:DM:DLISt:FREE?
SOURce:BB:DM:DLISt:POINts?
Example: Adjusting clock, marker and trigger settings
The following example lists the provided commands
// ******************************************************************
// Clock settings
// ******************************************************************
SOURce:BB:DM:CLOCk:SOURce INTernal
// ******************************************************************
// Configure and enable standard marker signals
// ******************************************************************
SOURce:BB:DM:TRIGger:OUTPut2:MODE PULSe
SOURce:BB:DM:TRIGger:OUTPut2:PULSe:DIVider 5
SOURce:BB:DM:TRIGger:OUTPut2:PULSe:FREQuency?
SOURce:BB:DM:TRIGger:OUTPut3:MODE PATTern
SOURce:BB:DM:TRIGger:OUTPut3:PATTern #HE0F52,20
SOURce:BB:DM:TRIGger:OUTPut1:MODE RATio
SOURce:BB:DM:TRIGger:OUTPut1:ONTime 40
SOURce:BB:DM:TRIGger:OUTPut1:OFFTime 20
SOURce:BB:DM:TRIGger:OUTPut2:DELay 16
// ******************************************************************
// Configure and enable signal generation
// ******************************************************************
SOURce:BB:DM:TRIGger:SEQuence SINGle
SOURce:BB:DM:TRIGger:SLENgth 200
// the first 200 samples will be output after the next trigger event
// SOURce:BB:DM:TRIGger:SEQuence ARETrigger
// SOURce:BB:DM:TRIGger:SOURce EGT1
// external trigger signal must be provided at the connector
// configured for the External Global Trigger 1 signal
// SOURce:BB:DM:TRIGger:EXTernal:SYNChronize:OUTPut ON
// SOURce:BB:DM:TRIGger:EXTernal:DELay 200
// SOURce:BB:DM:TRIGger:EXTernal:INHibit 100
// SOURce:BB:DM:TRIGger:SOURce INTB
// the internal trigger signal from the other path must be used
// SOURce:BB:DM:TRIGger:OBASeband:DELay 25
// SOURce:BB:DM:TRIGger:OBASeband:INHibit 10
SOURce Subsystem