Remote control commands
R&S
®
SMA100B
593User Manual 1178.3834.02 ─ 09
Example:
SCPI command <subsystem>:STATe:
●
Entry Standard = ADF
SOURce:ADF:STATe
●
Entry Standard = ILS
SOURce:ILS:STATe
●
Entry Standard = VOR
SOURce:VOR:STATe
●
Invalid command
<Subsystem>:STAT
Contents
● Programming examples........................................................................................ 593
● General commands...............................................................................................597
● SOURce:ADF subsystem......................................................................................600
● SOURce:ILS subsystem....................................................................................... 603
● SOURce:VOR subsystem.....................................................................................625
14.16.2.1 Programming examples
Example: Save/Recall a configuration
This example shows how to query and load settings files, saved with the save/recall
function for the ADF standard.
For other avionic standards, replace ADF by ILS or VOR.
:SOURce1:ADF:PRESet
// Go to the "settings" directory.
:MMEM:CDIR "/var/user/settings"
// List all files in the directory with extension *.adf.
:SOURce1:ADF:SETTing:CATalog?
// adf_general, adf_comid
// Save the ADF configuration in the file "adf_general_latest.adf".
:SOURce1:ADF:SETTing:STORe "/var/user/settings/adf_general_latest"
// Delete the file "adf_general.adf".
:SOURce1:ADF:SETTing:DELete "/var/user/settings/adf_general"
:SOURce1:ADF:SETTing:CATalog?
// adf_general_latest, adf_comid
// Load the file "adf_general_latest.adf".
:SOURce1:ADF:SETTing:LOAD "/var/user/settings/adf_general_latest"
:SOURce1:ADF:STATe 1
SOURce subsystem