Remote control commands
R&S
®
SMM100A
802
User Manual 1179.1341.02 ─ 05
// ******************************************************************
SOURce:BB:ARBitrary:WSEGment:SEQuence:SELect "play_list"
SOURce:BB:ARBitrary:WSEGment:SEQuence:APPend ON,0,1,NEXT
// adds the segment number 0 as a new (first) segment in the sequencing list
// this segment is activ and will be repeated once followed by the next segment
SOURce:BB:ARBitrary:WSEGment:SEQuence:APPend ON,3,2,NEXT
SOURce:BB:ARBitrary:WSEGment:SEQuence:APPend ON,2,1,SEG0
SOURce:BB:ARBitrary:TRIGger:SMODe SEQuencer
SOURce:BB:ARBitrary:TRIGger:SEQuence AAUTo
SOURce:BB:ARBitrary:TRIGger:SOURce INTernal
SOURce:BB:ARBitrary:STAT ON
SOURce:BB:ARBitrary:TRIGger:EXEC
Refer to
"To apply a manual segment switch to the output segments in the required
on page 223 for description of the steps necessary to achieve a similar task via
manual operation of the instrument.
Example: Adding extra marker signals
The following example lists the commands necessary to add two marker signals, a
sequence restart marker and a segment restart marker, to the multi-segment
sequence. The example lists only the relevant commands.
// ******************************************************************
// Select the multi segment file and the corresponding configuration list
// ******************************************************************
MMEM:CDIR "/var/lists/ARB/multi_segment"
SOURce:BB:ARBitrary:WSEGment:CONFigure:CATalog?
// Response: "config"
SOURce:BB:ARBitrary:WSEGment:CONFigure:SELect "config"
SOURce:BB:ARBitrary:WSEGment:CLOad "/var/user/ARB/multi_segment/config.inf_mswv"
SOURce:BB:ARBitrary:WSEGment:CONFigure:OFILe?
// "/var/user/ARB/multi_segment/ms_0to3.wv"
// ******************************************************************
// Enable restart markers on marker trace 1 and 2
// ******************************************************************
SOURce:BB:ARBitrary:WSEGment:CONFigure:MARKer:MODE IGNore
SOURce:BB:ARBitrary:WSEGment:CONFigure:MARKer:FSEGment MRK1
SOURce:BB:ARBitrary:WSEGment:CONFigure:MARKer:ESEGment MRK2
SOURce:BB:ARBitrary:TRIGger:OUTPut1:MODE UNCHanged
SOURce:BB:ARBitrary:TRIGger:OUTPut2:MODE UNCHanged
Example: Generating a multi carrier signal
The following example lists the commands necessary to generate a multi carrier signal.
// ******************************************************************
// Generating a multi carrier signal
SOURce subsystem