Remote Control Commands
R&S
®
SMW200A
1022User Manual 1175.6632.02 ─ 30
SOURce:BB:ARBitrary:STAT ON
SOURce:BB:ARBitrary:TRIGger:EXEC
// SOURce:BB:ARBitrary:TRIGger:SOURce INTB
// the internal trigger signal from the other path must be used
// SOURce:BB:ARBitrary:TRIGger:OBASeband:DELay 25
// SOURce:BB:ARBitrary:TRIGger:OBASeband:INHibit 10
Example: Specifying delay and inhibit values in time units
The following example lists the commands necessary to configure the instrument as
described in "Specifying delay and inhibit values" on page 242.
SOURce1:BB:ARBitrary:CLOCk 1000000
SOURce1:BB:ARBitrary:TRIGger:SEQuence AAUT
SOURce1:BB:ARBitrary:TRIGger:SOURce EGT1
SOURce1:BB:ARBitrary:TRIGger:DELay:UNIT SAMP
SOURce1:BB:ARBitrary:TRIGger:EXTernal:DELay 100
SOURce1:BB:ARBitrary:TRIGger:EXTernal:RDELay?
// Response: 100
SOURce1:BB:ARBitrary:TRIGger:DELay:UNIT TIME
SOURce1:BB:ARBitrary:TRIGger:EXTernal:TDELay 0.00001
SOURce1:BB:ARBitrary:TRIGger:EXTernal:RDELay?
// Response: 0.00001
SOURce1:BB:ARBitrary:TRIGger:DELay:UNIT SAMP
SOURce1:BB:ARBitrary:TRIGger:EXTernal:DELay 10
Example: Creating a multi-segment waveform
The following example lists the commands necessary to create a multi-segment wave-
form.
// ******************************************************************
// Reset instrument first
// ******************************************************************
*RST; *CLS
// SOURce:BB:ARBitrary:PRESet
// ******************************************************************
// Set the default directory and list the available waveform files
// ******************************************************************
MMEM:CDIR "/var/user/ARB/multi_segment"
SOURce:BB:ARBitrary:WAVeform:CATalog:LENGth?
// 4
SOURce:BB:ARBitrary:WAVeform:CATalog?
// Seg_0, Seg_1, Seg_2, Seg_3
// ******************************************************************
// List the available configuration files and select/create file
// ******************************************************************
SOURce:BB:ARBitrary:WSEGment:CONFigure:CATalog?
SOURce Subsystem