Remote Control Commands
R&S
®
SMA100B
417
User Manual 1178.3834.02 ─ 03
// Select the list file or create it (if not existing)
*RST; *CLS
SOUR1:LIST:CAT?
// Response:- shows the name of available list files (if applicable)
SOUR1:LIST:SEL "/var/user/list1.lsw"
// Write the frequency/level/dwell time values in the selected list file
// existing data is overwritten
// Query the number of frequency/power/dwell time entries in the selected list
// Query the amount of free memory (in bytes) for list mode lists
SOUR1:LIST:FREQ 58 MHz, 61 MHz, 73 MHz, 86 MHz, 91 MHz, 92 MHz, 98 MHz
SOUR1:LIST:POW 13 dBm, 12 dBm, 5 dBm, 3 dBm, 0 dBm, 4 dBm, 6 dBm
SOUR1:LIST:DWEL:LIST 10000, 100000, 200000, 19000, 10000, 150000, 220000
SOUR1:LIST:FREQ:POIN?
// 7
SOUR1:LIST:POW:POINT?
// 7
SOUR1:LIST:DWEL:LIST:POIN?
// 7
SOUR1:LIST:FREE?
// 2147483647 (bytes of free memory)
// Use dwell times from list
// Configure the list mode parameters
// Enable RF output
SOUR1:LIST:MODE AUTO
SOUR1:LIST:TRIG:SOUR AUTO
SOUR1:LIST:DWEL:MODE "LIST"
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
SOURce Subsystem