Remote Control Commands
R&S
®
SMA100B
404
User Manual 1178.3834.02 ─ 03
// Set the trigger mode, the sweep mode and the sweep range
TRIGger1:LFFSweep:SOURce SINGle
SOURce1:LFOutput1:SWEep:FREQuency:MODE AUTO
SOURce1:LFOutput1:FREQuency:STARt 1 kHz
SOURce1:LFOutput1:FREQuency:STOP 7 kHz
// Select linear spacing
// Select the waveform shape for the frequency sweep cycle
// Set the step width and the dwell time.
SOURce1:LFOutput1:SWEep:FREQuency:SPACing LINear
SOURce1:LFOutput1:SWEep:FREQuency:SHAPe SAWtooth
SOURce1:LFOutput1:SWEep:FREQuency:STEP:LINear 100 Hz
SOURce1:LFOutput1:SWEep:FREQuency:DWELl 150 ms
// Alternatively to the step width set the number of steps
SOURce1:LFOutput1:SWEep:FREQuency:POINts 61
// Activate change to start frequency while waiting for next trigger
// Prerequisites: sweep mode single and sweep waveform sawtooth
SOURce1:LFOutput:SWEep:FREQuency:RETRace 1
// Activate the LF frequency sweep
SOURce1:LFOutput:FREQuency:MODE SWE
// Trigger the sweep(depending on the set mode) and query the status
// Perform a one-off LF sweep
SOURce1:LFOutput1:SWEep:FREQuency:EXECute
SOURce1:LFOutput1:SWEep:FREQuency:RUNNing?
// 1
// the sweep is running
// ***************************************************
// For manual step LF sweep use the following commands
*RST; *CLS
SOURce1:LFOutput:SWEep:FREQuency:MODE MANual
// Activate the LF frequency sweep
SOURce1:LFOutput:FREQuency:MODE SWEep
// Activate LF Output1.
SOURce1:LFOutput1:STATe 1
// Input the frequency manually for each step
SOURce1:LFOutput1:FREQuency:MANual 2 kHz
SOURce1:LFOutput1:FREQuency:MANual 2.1 kHz
// Alternatively use UP or DOWN parameter with set step width.
SOURce1:LFOutput1:SWEep:FREQuency:STEP:LINear 500 Hz
SOURce1:LFOutput1:FREQuency:MANual UP
Example: Configuring the LF generator
The following is a simple example on how to configure the LF generator and output the
generated signal.
SOURce Subsystem