SCPI.STATus.QUEStionable.BLIMit.CHANnel(Ch).ECHannel.ENABle

Object type    

Property (Read-Write)

Syntax         

SCPI.STATus.QUEStionable.BLIMit.CHANnel(Ch).ECHannel.ENABle = Value

Value = SCPI.STATus.QUEStionable.BLIMit.CHANnel(Ch).ECHannel.ENABle

Description

This command sets/gets the value of the Questionable Bandwidth Limit Channel Extra Status Enable Register of the specified channel.

Variable

Parameter

Value

Description

Value of the enable register

Data type

Long integer type (Long)

Range

0 to 65535

Preset value

Varies depending on the upper limit setting of the number of channels/traces.

Note

Bits 0 and 3 to 15 cannot be set to 1.

For information on the variable (Ch), see Ch.  

Examples

Dim Stat As Long
SCPI.STATus.QUEStionable.BLIMit.CHANnel(1).ECHannel.ENABle = 6
Stat = SCPI.STATus.QUEStionable.BLIMit.CHANnel(1).ECHannel.ENABle

Related objects

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

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

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

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

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":STAT:QUES:BLIM:CHAN1:ECH:ENAB 6"
20 OUTPUT 717;":STAT:QUES:BLIM:CHAN1:ECH:ENAB?"
30 ENTER 717;A