Remote Control Commands
R&S
®
SMBV100B
737User Manual 1178.4460.02 ─ 03
12.16.4.3 SOURce:BB:ARBitrary Subsystem
This section list the commands of the SOURce:BB:ARBitrary subsystem.
Required options
See Chapter 3.6.1, "Required Options", on page 145.
The commands are grouped in the following sections:
● Programming Examples........................................................................................737
● General Commands..............................................................................................745
● Test Signal Commands......................................................................................... 746
● Waveform Commands.......................................................................................... 749
● Multi-Segment Commands....................................................................................753
● Multi-Segment Sequencing Commands................................................................758
● Multi-Carrier Commands.......................................................................................761
● Trigger Commands............................................................................................... 773
● Marker Commands................................................................................................776
● Clock Commands..................................................................................................778
Programming Examples
Example: Creating test signals
The following example lists commands necessary to configure the different test sig-
nals.
// ******************************************************************
// Reset instrument first
// ******************************************************************
*RST; *CLS
SOURce:BB:ARBitrary:PRESet
// ******************************************************************
// Create test signals
// ******************************************************************
SOURce:BB:ARBitrary:SIGNal:TYPE CIQ
SOURce:BB:ARBitrary:TSIGnal:CIQ:I -0.5
SOURce:BB:ARBitrary:TSIGnal:CIQ:Q -0.33
SOURce:BB:ARBitrary:TSIGnal:CIQ:CREate
SOURce:BB:ARBitrary:TSIGnal:SINE:FREQuency 1MHz
SOURce:BB:ARBitrary:TSIGnal:SINE:SAMPles 100
SOURce:BB:ARBitrary:TSIGnal:SINE:PHASe -90
SOURce:BB:ARBitrary:TSIGnal:SINE:CREate:NAMed "/var/user/ARBtestSignals/sineTest"
SOURce:BB:ARBitrary:TSIGnal:RECTangle:FREQuency 100KHz
SOURce:BB:ARBitrary:TSIGnal:RECTangle:SAMPles 1000
SOURce:BB:ARBitrary:TSIGnal:RECTangle:AMPLitude 0.5
SOURce:BB:ARBitrary:TSIGnal:RECTangle:OFFSet -0.3
SOURce Subsystem