:CALC<Ch>:BLIM:DISP:VAL

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:BLIMit:DISPlay:VALue {ON|OFF|1|0}

:CALCulate<Ch>[:SELected]:BLIMit:DISPlay:VALue?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:BLIMit:DISPlay:VALue {ON|OFF|1|0}

:CALCulate<Ch>:TRACe<Tr>:BLIMit:DISPlay:VALue?

Description

This command turns ON/OFF the bandwidth value display of the bandwidth test.

Variable

Parameter

Selection Option

Description

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

Data Type

Boolean type (Boolean)

Range

ON|OFF|1|0

Preset Value

OFF

Query Response

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

Examples

Dim Var as String
Var ="ON"
Ena.WriteString ":CALC1:BLIM:DISP:VAL " & Str(Var), True
Ena.WriteString ":CALC1:BLIM:DISP:VAL?", True
Var=Ena.ReadNumber

Related Commands

:CALC:PAR:SEL

:CALC:BLIM

:CALC:BLIM:DISP:MARK

Equivalent Softkey

Analysis > Bandwidth Limit > BW Display

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.BLIMIT.DISPLAY.VALUE

SCPI.CALCULATE(Ch).TRACE(Tr).BLIMIT.DISPLAY.VALUE