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