Programming
619
See Status Register
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.STATUS.OPERATION.ENABLE
:STAT:OPER:NTR
Type
Command/Query
Syntax
:STATus:OPERation:NTRansition <Value>
:STATus:OPERation:NTRansition?
Description
This command sets/gets the value of negative transition filter of the
Operation Status Register.
The bit 0 to 3, and bit 6 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
Ana.WriteString ":STAT:OPER:NTR " & Str(Var), True
Ana.WriteString ":STAT:OPER:NTR?", True
Var=Ana.ReadNumber
Related Commands
:STAT:OPER