:CALC<Ch>:BLIM:DISP:MARK

Type

Command/Query

Syntax

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

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

 

The following syntax is also supported:

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

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

Description

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

Variable

Parameter

Selection Option

Description

ON/OFF of the bandwidth marker.

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:MARK " & Str(Var), True
Ena.WriteString ":CALC1:BLIM:DISP:MARK?", True
Var=Ena.ReadNumber

Related Commands

:CALC:BLIM

:CALC:BLIM:DISP:VAL

Equivalent Softkey

Analysis > Bandwidth Limit > BW Marker

COM Command Syntax (Internal Control Only)

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

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