Programming
623
See Status Register
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.STATUS.QUESTIONABLE.CONDITION
:STAT:QUES:ENAB
Type
Command/Query
Syntax
:STATus:QUEStionable:ENABle <Value>
:STATus:QUEStionable:ENABle?
Description
This command sets/gets the value of the Questionable Status Enable
Register.
The bit 0 to 9 and bit 11 to 15 cannot be set to 1.
Variable
Parameter Value
Description Value of the Questionable Status Enable Register
Data Type Numeric type (Integer)
Range 0 to 65535
Preset Value 0
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Long
Var= 0
Ana.WriteString ":STAT:QUES:ENAB" & Str(Var), True
Ana.WriteString ":STAT:QUES:ENAB?", True
Var=Ana.ReadNumber
Related Commands
*SRE
See Status Register