SCPI.STATus.QUEStionable.ENABle

Object type

Property (Read-Write)

Syntax

SCPI.STATus.QUEStionable.ENABle = Value

Value = SCPI.STATus.QUEStionable.ENABle

Description

This command sets/gets the value of the Questionable Status Enable Register.

Variable

Parameter

Value

Description

Value of the Questionable Status Enable Register

Data type

Long integer type (Long)

Range

0 to 65535

Preset value

0

Note

The bit 0 to 7 and bit 12 to 15 can not be set to 1.

Examples

Dim Stat As Long
SCPI.STATus.QUEStionable.ENABle = 6
Stat = SCPI.STATus.QUEStionable.ENABle

Related objects

SCPI.IEEE4882.SRE

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:STATus:QUEStionable:ENABle <numeric>

:STATus:QUEStionable:ENABle?

Query response

{numeric}<newline><^END>

Example of use

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