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