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