Property (Read-Write)
SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).NTRansition = Value
Value = SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).NTRansition
This command sets/gets the value of the negative transition filter of the Questionable Limit Channel Status Register of the specified channel (Ch).
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, and bit 5 to 15 can not be set to 1. |
Dim Stat As Long
SCPI.STATus.QUEStionable.LIMit.CHANnel(1).NTRansition = 16
Stat = SCPI.STATus.QUEStionable.LIMit.CHANnel(1).NTRansition
SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).EVENt
SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).PTRansition
No equivalent key is available on the front panel.
:STATus:QUEStionable:LIMit:CHANnel{[1]-4}:NTRansition <numeric>
:STATus:QUEStionable:LIMit:CHANnel{[1]-4}:NTRansition?
{numeric}<newline><^END>
10 OUTPUT 717;":STAT:QUES:LIM:CHAN1:NTR 16"
20 OUTPUT 717;":STAT:QUES:LIM:CHAN1:NTR?"
30 ENTER 717;A