Property (Read-Write)
SCPI.STATus.OPERation.PTRansition = Value
Value = SCPI.STATus.OPERation.PTRansition
This command sets/gets the value of positive transition filter of the Operation Status Register.
Parameter |
Value |
Description |
Value of the positive transition filter |
Data type |
Long integer type (Long) |
Range |
0 to 65535 |
Preset value |
16432 |
Note |
The bit 0 to 3, bit 6 to13 and bit 15 can not be set to 1. |
Dim Stat As Long
SCPI.STATus.OPERation.PTRansition = 0
Stat = SCPI.STATus.OPERation.PTRansition
SCPI.STATus.OPERation.NTRansition
No equivalent key is available on the front panel.
:STATus:OPERation:PTRansition <numeric>
:STATus:OPERation:PTRansition?
{numeric}<newline><^END>
10 OUTPUT 717;":STAT:OPER:PTR 16"
20 OUTPUT 717;":STAT:OPER:PTR?"
30 ENTER 717;A