Agilent 4155C/4156C SCPI Command Reference, Edition 1 5-291
SCPI Commands
:STATus:EMERgency:ENABle
:STATus:EMERgency:ENABle
This command sets the event enable (MASK) for the Emergency Status "EVENT"
register. 1 enables a bit, and 0 disables a bit.
Enabled "EVENT" bits are ORed together, then reported to Bit0 of the Status Byte
Register.
Syntax :STATus:EMERgency: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:EMER:ENAB 16384"
OUTPUT @Hp4155;":STAT:EMER:ENAB #H4000"
OUTPUT @Hp4155;":STAT:EMER:ENAB #Q40000"
OUTPUT @Hp4155;":STAT:EMER:ENAB #B100000000000000"
OUTPUT @Hp4155;":STAT:EMER:ENAB?"
ENTER @Hp4155;A
:STATus:EMERgency[:EVENt]?
This command returns the present status of the Emergency Status "EVENT"
register.
Reading this register clears it.
This command has query form only.
Syntax :STATus:EMERgency [ :EVENt] ?
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;":EMER:EMER?"
ENTER @Hp4155;A
Parameter Type Explanation
register numeric or
non-decimal
numeric
decimal integer, hexadecimal, octal, or binary
value that is the sum of the binary-weighted values
for the desired bits.