Remote control commands
R&S
®
SMM100A
903
User Manual 1179.1341.02 ─ 05
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.
// configure the signal of the LF1 generator
SOURce1:LFOutput1:SHAPe SQU
SOURce1:LFOutput1:SHAPe:PULSe:PERiod 0.001
SOURce1:LFOutput1:SHAPe:PULSe:WIDTh 0.0005
SOURce1:LFOutput1:SHAPe:PULSe:DCYCle 0.5
// configure the signal of the LF1 generator
SOURce1:LFOutput2:SHAPe SINE
SOURce1:LFOutput2:FREQuency 1000000
SOURce1:LFOutput2:PERiod?
// 0.000001
// changing the LF signal shape
// SOURce1:LFOutput2:SHAPe TRAP
// SOURce1:LFOutput2:SHAPe:PULSe:PERiod 0.2
// SOURce1:LFOutput2:SHAPe:TRAPeze:RISE 0.0001
// SOURce1:LFOutput2:SHAPe:TRAPeze:FALL 0.001
// SOURce1:LFOutput2:SHAPe:TRAPeze:FALL 0.0001
// SOURce1:LFOutput2:SHAPe:TRAPeze:HIGH 0.0005
// SOURce1:LFOutput2:SHAPe TRI
SOURce subsystem