Remote Control Commands
R&S
®
SMA100B
541User Manual 1178.3834.02 ─ 05
Example:
SCPI command <subsystem>:SETTing: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........................................................................................541
● General Commands..............................................................................................545
● SOURce:ADF Subsystem.....................................................................................548
● SOURce:ILS Subsystem.......................................................................................551
● SOURce:VOR Subsystem.................................................................................... 574
13.16.2.1 Programming Examples
Example: Save/Recall a configuration
This example shows how to query and load settings files, stored 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
// Store 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