Remote control commands
R&S
®
SMM100A
798
User Manual 1179.1341.02 ─ 05
// ******************************************************************
// Configure and enable signal triggering; start ARB generator
// ******************************************************************
SOURce:BB:ARBitrary:TRIGger:SEQuence SINGle
SOURce:BB:ARBitrary:TRIGger:SLENgth 200
// the first 200 samples of the current waveform will be output after
// the next trigger event
// SOURce:BB:ARBitrary:TRIGger:SEQuence ARETrigger
// SOURce:BB:ARBitrary:TRIGger:SOURce EGT1
// external trigger signal must be provided at the USER connector
SOURce:BB:ARBitrary:TRIGger:EXTernal:SYNChronize:OUTPut ON
SOURce:BB:ARBitrary:TRIGger:EXTernal:DELay 200
SOURce:BB:ARBitrary:TRIGger:EXTernal:INHibit 100
// with internal trigger source
SOURce:BB:ARBitrary:TRIGger:SEQuence AAUTo
SOURce:BB:ARBitrary:TRIGger:SOURce INTernal
SOURce:BB:ARBitrary:STAT ON
SOURce:BB:ARBitrary:TRIGger:EXEC
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"
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
SOURce subsystem