SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).ENABle

Object type

Property (Read-Write)

Syntax

SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).ENABle = Value

Value = SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).ENABle

Description

This command sets/gets the value of the Questionable Limit Channel Status Enable Register of the specified channel (Ch).

Variable

Parameter

Value

Description

Value of the Questionable Limit Channel Status Enable Register

Data type

Long integer type (Long)

Range

0 to 65535

Preset value

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

Note

The bit 15 can not be set to 1.

Examples

Dim Stat As Long
SCPI.STATus.QUEStionable.LIMit.CHANnel(1).ENABle = 16
Stat = SCPI.STATus.QUEStionable.LIMit.CHANnel(1).ENABle

Related objects

SCPI.STATus.QUEStionable.LIMit.ENABle

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:STATus:QUEStionable:LIMit:CHANnel{[1]-160}:ENABle <numeric>

:STATus:QUEStionable:LIMit:CHANnel{[1]-160}:ENABle?

Query response

{numeric}<newline><^END>

Example of use

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