SCPI.STATus.QUEStionable.LIMit.PTRansition

Object type

Property (Read-Write)

Syntax

SCPI.STATus.QUEStionable.LIMit.PTRansition = Value

Value = SCPI.STATus.QUEStionable.LIMit.PTRansition

Description

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

Variable

Parameter

Value

Description

Value of the positive transition filter

Data type

Long integer type (Long)

Range

0 to 65535

Preset value

Varies depending on the upper limit setting of the channel/trace number.

Note

The bit 0, and bit 5 to 15 can not be set to 1.

Examples

Dim Stat As Long
SCPI.STATus.QUEStionable.LIMit.PTRansition = 6
Stat = SCPI.STATus.QUEStionable.LIMit.PTRansition

Related objects

SCPI.STATus.QUEStionable.LIMit.EVENt

SCPI.STATus.QUEStionable.LIMit.NTRansition

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:STATus:QUEStionable:LIMit:PTRansition <numeric>

:STATus:QUEStionable:LIMit:PTRansition?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":STAT:QUES:LIM:PTR 16"
20 OUTPUT 717;":STAT:QUES:LIM:PTR?"
30 ENTER 717;A