Remote Control Commands
R&S
®
SMA100B
472
User Manual 1178.3834.02 ─ 03
Example:
Retrieving instruments specification
Note:
The following values are merely an example.
// query the data sheet versions stored in 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 data sheet version with that the instrument was delivered
:SYSTem:SPECification:VERSion:FACTory?
// "04.00"
// select a data sheet version
:SYSTem:SPECification:VERSion?
// 04.00
:SYSTem:SPECification:VERSion "04.01"
// selects one particular data sheet version
// queries regarding data sheet parameters (IDs) and their values
// refer to this particular data sheet
// query the IDs of all parameters
// listed in the
selected
data sheet version
:SYSTem:SPECification:IDENtification:CATalog?
// "ID_RF_FREQ_SETTING_TIME_ALC_ON_MS,ID_RF_FREQ_SETTING_TIME_MS,..."
// query the data sheet information on a specific parameter,
// defined by its ID
:SYSTem:SPECification? "ID_RF_FREQ_SETTING_TIME_ALC_ON_MS"
// returned is the specified and, if available,
// the typical value of the parameter
Usage:
Query only
:SYSTem:SPECification:VERSion
<Version>
Selects a data sheet version from the data sheets saved on the instrument.
Further queries regarding the data sheet parameters (
<Id>
) and their values refer to
the selected data sheet.
To query the list of data sheet versions, use the command
SPECification:VERSion:CATalog?
Parameters:
<Version>
string
Example:
See
:SYSTem:SPECification:IDENtification:CATalog?
Queries the parameter identifiers (
<Id>
) available in the data sheet.
SYSTem Subsystem