Programming
617
Examples
Dim Var as Long
Ana.WriteString ":STAT:OPER?", True
Var=Ana.ReadNumber
Related Commands
*CLS
:STAT:OPER:NTR
:STAT:OPER:PTR
See Status Register
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.STATUS.OPERATION.EVENT
:STAT:OPER:COND
Type
Query
Syntax
:STATus:OPERation:CONDition?
Description
This command reads the value of the Operation Status Condition Register.
Variable
Parameter Value
Description Value of the Operation Status Condition Register
Data Type Long integer type (Long)
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Long
Ana.WriteString ":STAT:OPER:COND?", True
Var=Ana.ReadNumber
Related Commands
:STAT:OPER:NTR
:STAT:OPER:PTR
See Status Register