Remote control commands
R&S
®
SMB100B
517User Manual 1178.3711.02 ─ 08
Parameters:
<Shape> SAWTooth | TRIangle
*RST: SAWTooth
Example: See Example"Setup an RF frequency or power sweep"
on page 506.
Manual operation: See "Shape" on page 131
[:SOURce<hw>]:SWEep:RESet[:ALL]
Resets all active sweeps to the starting point.
Usage:
Event
Manual operation: See "Reset Sweep" on page 134
12.16 SYSTem subsystem
The SYSTem subsystem contains a series of commands for general functions which do
not directly affect signal generation.
Example: Retrieving instrument specification
Note: The following values are merely an example.
// Retrieve information on data sheet versions.
// Query all data sheet versions saved on the instrument:
SYSTem:SPECification:VERSion:CATalog?
"04.03,04.02,04.01,04.00,03.04,03.03,03.02,03.01,03.00,02.96,02.95,02.94,
02.02,02.01,02.00,01.03,01.02,01.01,01.00"
// Query the initial data sheet version on delivery
SYSTem:SPECification:VERSion:FACTory?
// Response: "04.00"
// Select a specific data sheet version:
SYSTem:SPECification:VERSion "04.01"
// Retrieve information on parameters that belong to a particular data sheet.
// Query the IDs of all parameters listed in the selected version:
SYSTem:SPECification:VERSion "04.03"
SYSTem:SPECification:IDENtification:CATalog?
"ID_RF_FREQ_SETTING_TIME_ALC_ON_MS,ID_RF_FREQ_SETTING_TIME_MS,..."
// Query data sheet information on a specific parameter by its ID.
SYSTem:SPECification? "ID_RF_FREQ_SETTING_TIME_ALC_ON_MS"
// Returns the specified value of the parameter.
SYSTem subsystem