SCPI.STATus.QUEStionable.REFerence.ENABle

Object Type

Property (Read-Write)

Syntax

SCPI.STATus.QUEStionable.REFerence.ENABle = Value

Value = SCPI.STATus.QUEStionable.REFerence.ENABle

Description

This command sets/gets questionable-reference signal status enable register.

Variable

Parameter

   Value

Description

Questionable-reference signal status enable register

Data Type

Long integer type (Long)

Range

0 ~ 65535

Preset Value

0

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

-

Examples

Dim Var as Long
Var= 0
SCPI.STATus.QUEStionable.REFerence.ENABle = Var
Var = SCPI.STATus.QUEStionable.REFerence.ENABle

Related Objects

SCPI.STATus.QUEStionable.REFerence.EVENt

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:STATus:QUEStionable:REFerence:ENABle {0 ~ 65535}

:STATus:QUEStionable:REFerence:ENABle?

Query Response

{0 ~ 65535} <newline><^END>

Example of use

10 OUTPUT 717;":STATus:QUEStionable:REFerence:ENABle 0 "
20 OUTPUT 717;":STATus:QUEStionable:REFerence:ENABle ?"
30 ENTER 717;A