Remote control commands
R&S
®
SMA100B
666User Manual 1178.3834.02 ─ 09
OUTP1:STAT ON
// Use global dwell time
// Set only a part of the list (value pairs 3 to 5) to be processed
// Configure the list mode parameters using global dwell time
// Enable RF output
SOUR1:LIST:IND:START 2
SOUR1:LIST:IND:STOP 4
SOUR1:LIST:MODE AUTO
SOUR1:LIST:TRIG:SOUR AUTO
SOUR1:LIST:DWEL:LIST 500 ms
OUTP1:STAT ON
// Enable the list mode
// Trigger the list (depending on the mode, not needed with trigger
// mode AUTO); query the current index
// Reset the list to the starting point
SOUR1:FREQ:MODE LIST
SOUR1:LIST:TRIG:EXEC
SOUR1:LIST:RUNN?
SOUR1:LIST:IND?
// 3
// value changes when the value is queried again
SOUR1:LIST:RES
// For list mode STEP use the following commands
*RST; *CLS
// Change list mode to STEP
SOUR1:LIST:MODE STEP
// Activate RF Output1
OUTP1:STAT 1
// Activate the list mode
SOUR1:FREQ:MODE LIST
// For each step: select frequency/powerlevel pair as index from the list
SOUR1:LIST:IND 2
SOUR1:LIST:IND 3
SOUR1:LIST:IND 4
// Use the selected list for path B (with List Mode B default settings)
SOUR2:LIST:SEL "/var/user/list1.lsw"
OUTP2:STAT ON
SOUR2:FREQ:MODE LIST
SOUR2:LIST:IND?
// 2
// value canges when the value is queried again
// Deactivate the list mode
SOUR1:FREQ:MODE CW
SOURce subsystem