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

Object type    

Property (Read-Write)

Syntax         

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

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

Description

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

Variable

Parameter

Status

Description

ON/OFF of the bandwidth marker.

Data type

Boolean type (Boolean)

Range

Select from the following.

  • True or ON: Turns ON the bandwidth marker.

  • False or OFF: Turns OFF the bandwidth marker.

Preset value

False or OFF

Examples

Dim BLimMk As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.BLIMit.DISPlay.MARKer = True
BLimMk = SCPI.CALCulate(1).SELected.BLIMit.DISPlay.MARKer

Related objects

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

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

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

Equivalent key

Analysis > Bandwidth Limit > BW Marker

Equivalent SCPI command

Syntax

:CALCulate{[1]-4}[:SELected]:BLIMit:DISPlay:MARKer {ON|OFF|1|0}

:CALCulate{[1]-4}[:SELected]:BLIMit:DISPlay:MARKer?

Query response

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

Example of use

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