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