E4990A Help
632
Ana.WriteString ":STAT:QUES:LIM:NTR " & Str(Var), True
Ana.WriteString ":STAT:QUES:LIM:NTR?", True
Var=Ana.ReadNumber
Related Commands
:STAT:QUES:LIM
:STAT:QUES:LIM:PTR
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.STATUS.QUESTIONABLE.LIMIT.NTRANSITION
:STAT:QUES:LIM:PTR
Type
Command/Query
Syntax
:STATus:QUEStionable:LIMit:PTRansition <Value>
:STATus:QUEStionable:LIMit:PTRansition?
Description
This command sets/gets the value of positive 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 positive transition filter
Data Type Numeric type (Integer)
Range 0 to 65535
Preset Value 30
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Long
Var= 0
Ana.WriteString ":STAT:QUES:LIM:PTR " & Str(Var), True