Agilent 4155C/4156C SCPI Command Reference, Edition 1 5-293
SCPI Commands
:STATus:OPERation:CONDition?
:STATus:OPERation:CONDition? 
This command returns the present status of the Operation Status "CONDITION" 
register. Reading this register does not clear it.
This command has query form only.
Syntax  :STATus:OPERation:CONDition?
Query response  register <newline><^END>
register is a decimal integer value, which is the sum of the binary-weighted values, 
in NR1 response data format.
Example  OUTPUT @Hp4155;":STAT:OPER:COND?" 
ENTER @Hp4155;A
:STATus:OPERation:ENABle 
This command sets the event enable (MASK) for the Operation Status "EVENT" 
register. 1 enables a bit, and 0 disables a bit.
Enabled "EVENT" bits are ORed together, then reported to Bit7 of the Status Byte 
Register.
Syntax  :STATus:OPERation:ENABle  register
Parameter 
Query response  register <newline><^END>
register is a decimal integer value, which is the sum of the binary-weighted values, 
in NR1 response data format.
Example  OUTPUT @Hp4155;":STAT:OPER:ENAB 16384" 
OUTPUT @Hp4155;":STAT:OPER:ENAB #H4000" 
OUTPUT @Hp4155;":STAT:OPER:ENAB #Q40000" 
OUTPUT @Hp4155;":STAT:OPER:ENAB #B100000000000000"
OUTPUT @Hp4155;":STAT:OPER:ENAB?" 
ENTER @Hp4155;A
Parameter Type  Explanation 
register numeric or 
non-decim
al numeric
decimal integer, hexadecimal, octal, or binary value 
that is the sum of the binary-weighted values for the 
desired bits.