LCX_UserManual_en_08_1.pdf - 第231页
Remote control commands R&S ® LCX Series 231 User Manual 1 179.2260.02 ─ 08 Return values: <QUEStionable> Event bits in decimal representation Range: 1 to 65535 Usage: Query only 1 1.18 SYST em subsystem The SY…

Remote control commands
R&S
®
LCX Series
230User Manual 1179.2260.02 ─ 08
Return values:
<Condition> Condition bits in decimal representation
Range: 1 to 65535
Usage: Query only
STATus:QUEStionable:ENABle <Enable_value>
Sets the enable mask that allows true conditions in the EVENt part to be reported in
the summary bit. If a bit in the enable part is set to 1 and its associated event bit transi-
tions to true, a positive transition occurs in the summary bit and is reported to the next
higher level.
Parameters:
<Enable_value> Bit mask in decimal representation
Range: 1 to 65535
STATus:QUEStionable:ENABle?
Queries the enable register and returns a decimal value which corresponds to the
binary-weighted sum.
Usage:
Query only
STATus:QUEStionable:NTRansition <Value>
Sets or queries the negative transition filter. If a bit is set, a 1 to 0 transition in the cor-
responding bit of the condition register causes a 1 to be written in the corresponding bit
of the event register.
Parameters:
<Value> Bit mask in decimal representation
Range: 1 to 65535
STATus:QUEStionable:PTRansition <Value>
Sets or queries the positive transition filter. If a bit is set, a 0 to 1 transition in the corre-
sponding bit of the condition register causes a 1 to be written in the corresponding bit
of the event register.
Parameters:
<Value> Bit mask in decimal representation
Range: 1 to 65535
STATus:QUEStionable[:EVENt]?
Queries the contents of the EVENt part of the status register to check whether an
event has occurred since the last reading. Reading an EVENt register deletes its con-
tents.
STATus subsystem

Remote control commands
R&S
®
LCX Series
231User Manual 1179.2260.02 ─ 08
Return values:
<QUEStionable> Event bits in decimal representation
Range: 1 to 65535
Usage: Query only
11.18 SYSTem subsystem
The SYSTem subsystem contains the commands for general functions which do not
directly affect instrument operation.
SYSTem subsystem

Remote control commands
R&S
®
LCX Series
232User Manual 1179.2260.02 ─ 08
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: 0x3
SYSTem:UPTime?
// Response: "0.08:11:00"
SYSTem:RESTart
*************************************************
// Save instrument default settings in a file
SYSTem:SETTing:DEFault:SAVE "/USB1A/LCX100/Settings/LMeasurementSettings.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