E4990A Help
382
Command
Syntax
:CALCulate<Ch>[:SELected]:MARKer:AOFF
Description
This command turns off all markers.
Examples
Ana.WriteString ":CALC1:MARK:AOFF", True
Related Commands
:CALC:MARK
Equivalent Softkey
Marker > Clear Marker Menu > All OFF
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.MARKER.AOFF
:CALC<Ch>:MARK:BWID
Type
Command/Query
Syntax
:CALCulate<Ch>[:SELected]:MARKer:BWIDth[:STATe] {ON|OFF|1|0}
:CALCulate<Ch>[:SELected]:MARKer:BWIDth[:STATe]?
Description
This command shows/hides the marker bandwidth.
Variable
Parameter Selection Option
Description Maker bandwidth On/Off status
Data Type Boolean type (Boolean)
Range ON|OFF|1|0
Preset Value
OFF
Query Response
{1|0}<newline><^END>
Examples
Dim Var as Integer
Ana.WriteString ":CALC1:MARK1:BWID ON", True