Remote Control
R&S
®
FPC
213User Manual 1178.4130.02 ─ 07
SYSTem:LANGuage <Language>
This command selects the language of the user interface.
You can query a list of available languages with SYSTem:LANGuage:CATalog?
Parameters:
<Language> String containing the language.
Example: //Select the language
SYST:LANG 'english'
Manual operation: See "Regional" on page 356
SYSTem:LANGuage:CATalog?
This command queries the available user interface languages.
Return values:
<Languages> All available languages.
Example: //Query all available languages
SYST:LANG:CAT?
Usage: Query only
Manual operation: See "Regional" on page 356
SYSTem:MEMory:FREE?
SYSTem:MEMory:TOTal?
SYSTem:STORe:USED?
These command query the current state of the storage memory.
●
SYSTem:STORe:FREE: Queries how much memory is available.
●
SYSTem:STORe:TOTal: Queries the size of the memory.
●
SYSTem:STORe:USED: Queries how much memory is currently used.
Return values:
<MemorySize> <numeric value>
Example: //Query total size of storage memory
SYST:STOR:TOT?
Usage: Query only
SYSTem:STORe:FREE?
SYSTem:STORe:TOTal?
SYSTem:MEMory:USED?
These command query the current state of the RAM.
●
SYSTem:MEMory:FREE: Queries how much memory is available.
●
SYSTem:MEMory:TOTal: Queries the size of the memory.
System Configuration