SCPI.STATus.QUEStionable.NTRansition

Object type

Property (Read-Write)

Syntax

SCPI.STATus.QUEStionable.NTRansition = Value

Value = SCPI.STATus.QUEStionable.NTRansition

Description

This command sets/gets the value of negative transition filter of the Questionable Status Register.

Variable

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.

Examples

Dim Stat As Long
SCPI.STATus.QUEStionable.NTRansition = 512
Stat = SCPI.STATus.QUEStionable.NTRansition

Related objects

SCPI.STATus.QUEStionable.EVENt

SCPI.STATus.QUEStionable.PTRansition

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:STATus:QUEStionable:NTRansition <numeric>

:STATus:QUEStionable:NTRansition?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":STAT:QUES:NTR 512"
20 OUTPUT 717;":STAT:QUES:NTR?"
30 ENTER 717;A