SCPI.CALCulate(Ch).SELected.BLIMit.DISPlay.VALue

Object type    

Property (Read-Write)

Syntax         

All revision:

SCPI.CALCulate(Ch).SELected.BLIMit.DISPlay.VALue = Status

Status = SCPI.CALCulate(Ch).SELected.BLIMit.DISPlay.VALue

 

In revision A.9.60 and above, the following syntax is also supported:

SCPI.CALCulate(Ch).TRACe(Tr).BLIMit.DISPlay.VALue = Status

Value = SCPI.CALCulate(Ch).TRACe(Tr).BLIMit.DISPlay.VALue

Description

This command turns ON/OFF the bandwidth value display of the bandwidth test, for the active trace of selected channel (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command).

 

In revision A.9.60 and above, you can select the trace and turn ON/OFF the bandwidth value display of the bandwidth tests for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.

Variable

Parameter

Status

Description

ON/OFF of the bandwidth display of the bandwidth test.

Data type

Boolean type (Boolean)

Range

Select from the following.

  • True or ON: Turns ON the bandwidth display.

  • False or OFF: Turns OFF the bandwidth display.

Preset value

False or OFF

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

Examples

Dim BLimVal As Boolean
SCPI.CALCulate(1).PARameter(1).SELectSCPI.CALCulate(1).SELected.BLIMit.DISPlay.VALue = True
BLimVal = SCPI.CALCulate(1).SELected.BLIMit.DISPlay.VALue

Related objects

SCPI.CALCulate(Ch).PARameter(Tr).SELect

SCPI.CALCulate(Ch).SELected.BLIMit.STATe

SCPI.CALCulate(Ch).SELected.BLIMit.DISPlay.MARKer

Equivalent key

Analysis > Bandwidth Limit > BW Display

Equivalent SCPI command

Syntax

All revision:

:CALCulate{[1]-160}[:SELected]:BLIMit:DISPlay:VALue {ON|OFF|1|0}

:CALCulate{[1]-160}[:SELected]:BLIMit:DISPlay:VALue?

 

In revision A.9.60 and above, the following syntax is also supported:

:CALCulate{[1]-160}:TRACe{[1]-16}:BLIMit:DISPlay:VALue {ON|OFF|1|0}

:CALCulate{[1]-160}:TRACe{[1]-16}:BLIMit:DISPlay:VALue?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:BLIM:DISP:VAL ON"
20 OUTPUT 717;":CALC1:BLIM:DISP:VAL?"
30 ENTER 717;A