Programming
629
Preset Value 30
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Long
Var= 0
Ana.WriteString ":STAT:QUES:LIM:CHAN1:PTR " & Str(Var), True
Ana.WriteString ":STAT:QUES:LIM:CHAN1:PTR?", True
Var=Ana.ReadNumber
Related Commands
:STAT:QUES:LIM:CHAN
:STAT:QUES:LIM:CHAN:NTR
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.STATUS.QUESTIONABLE.LIMIT.CHANNEL(Ch).PTRANSITION
:STAT:QUES:LIM:COND
Type
Query
Syntax
:STATus:QUEStionable:LIMit:CONDition?
Description
This command reads the value of the Questionable Limit Status Condition
Register.
Variable
Parameter Value
Description
Value of the Questionable Limit Status Condition
Register
Data Type Long integer type (Long)
Query Response
{numeric}<newline><^END>
Examples