Command/Query
: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?
This command turns ON/OFF the marker display of the bandwidth test.
Parameter |
Selection Option |
Description |
ON/OFF of the bandwidth marker. |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
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
Analysis > Bandwidth Limit > BW Marker
SCPI.CALCULATE(Ch).SELECTED.BLIMIT.DISPLAY.MARKER
SCPI.CALCULATE(Ch).TRACE(Tr).BLIMIT.DISPLAY.MARKER