5-294 Agilent 4155C/4156C SCPI Command Reference, Edition 1
SCPI Commands
:STATus:OPERation[:EVENt]?
:STATus:OPERation[:EVENt]?
This command returns the present status of the Operation Status "EVENT" register.
Reading this register clears it. This command has query form only.
Syntax :STATus:OPERation [ :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;":STAT:OPER?"
ENTER @Hp4155;A
:STATus:OPERation:NTRansition
This command sets the negative transition filter of the Operation Status
"CONDITION" register.
Syntax :STATus:OPERation:NTRansition 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.
Semantics If a bit in the negative transition filter is set to 1, then a 1 to 0 transition in the
corresponding bit of the Operation Status "CONDITION" register causes a 1 to be
written in the corresponding "EVENT" register.
Example OUTPUT @Hp4155;":STAT:OPER:NTR 16384"
OUTPUT @Hp4155;":STAT:OPER:NTR #H4000"
OUTPUT @Hp4155;":STAT:OPER:NTR #Q40000"
OUTPUT @Hp4155;":STAT:OPER:NTR #B100000000000000"
OUTPUT @Hp4155;":STAT:OPER:NTR?"
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.