![Rohde & Schwarz SMBV100B User Manual Download Page 742](http://html.mh-extra.com/html/rohde-and-schwarz/smbv100b/smbv100b_user-manual_1477881742.webp)
Remote Control Commands
R&S
®
SMBV100B
740
User Manual 1178.4460.02 ─ 03
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?
// multi_segment,ms_waveform
// the directory contains the configuration files
multi_segment.inf_mswv
and
ms_waveform.inf_mswv
SOURce:BB:ARBitrary:WSEGment:CONFigure:DELete "ms_waveform.inf_mswv"
SOURce:BB:ARBitrary:WSEGment:CONFigure:SELect
"/var/user/ARB/multi_segment/config.inf_mswv"
// creates new empty
configuration file config.inf_mswv
// ******************************************************************
// Append waveforms to the multi segment sequence
// ******************************************************************
SOURce:BB:ARBitrary:WSEGment:CONFigure:SEGMent:APPend "Seg_0"
// Waveform
Seg_0.wv
will be the first segment of a
// multi segment waveform created with configuration file
config.inf_mswv
SOURce:BB:ARBitrary:WSEGment:CONFigure:SEGMent:APPend "Seg_1"
SOURce:BB:ARBitrary:WSEGment:CONFigure:SEGMent:APPend "Seg_2"
SOURce:BB:ARBitrary:WSEGment:CONFigure:SEGMent:APPend "Seg_3"
SOURce:BB:ARBitrary:WSEGment:CONFigure:BLANk:APPend 1000,100000000
// adds a blank segment with 1000 samples and 100 MHz clock rate
SOURce:BB:ARBitrary:WSEGment:CONFigure:LEVel:MODE ERMS
SOURce Subsystem