Remote control commands
R&S
®
LCX Series
212
User Manual 1179.2260.02 ─ 02
Example: General instrument settings
The example represents the remote control commands for general settings.
*************************************************
// Request information on the instrument configuration,
// up time and restart the instrument.
SYSTem:HW:VERSion?
// Response: 'LCX,01.055' // instrument model
SYSTem:UPTime?
// Response: "0.08:11:00"
SYSTem:RESTart
*************************************************
// Save instrument default settings in a file
SYSTem:SETTing:DEFault:SAVE "/USB1A/LCX100/Settings/LMeasurmentSettings.rds"
*************************************************
// Switch between manual and remote control
SYSTem:RWLock // disables manual control
SYSTem:REMote // switches to remote state
SYSTem:LOCal // enables manual control
*************************************************
// Set the instrument internal calendar and clock
SYSTem:DATE 2021,02,21
SYSTem:DATE?
// Response: 2021,2,21
SYSTem:TIME 10,08,41
SYSTem:TIME?
// Response: 10,8,41
*************************************************
// Adjust the key brightness, e.g. to 70%
SYSTem:KEY:BRIGhtness 0.7
*************************************************
// Set the sound functionality of the beeper.
// Enable a beep on error or warning
SYSTem:BEEPer:WARNing:STATe 1
SYSTem:BEEPer:WARNing[:IMMediate] 1
SYSTem:BEEPer:WARNing:STATe?
Response: 1
// Enable a beep on operation completed
SYSTem:BEEPer[:COMPlete]:STATe 1
SYSTem:BEEPer[:COMPlete][:IMMediate] 1
SYSTem:BEEPer[:COMPlete]:STATe?
// Response: 1
SYSTem subsystem