Programming
381
Description Marker On/Off
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 ON", True
Ana.WriteString ":CALC1:MARK1?", True
Var=Ana.ReadNumber
Related Commands
:CALC:MARK:AOFF
Equivalent Softkey
Marker > Marker 1 to Marker 9, Reference Marker
Marker > Clear Marker Menu > Marker 1 to Marker 9, Reference Marker
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.MARKER(Mk).STATE
:CALC<Ch>:MARK<Mk>:ACT
Type
Command
Syntax
:CALCulate<Ch>[:SELected]:MARKer<Mk>:ACTivate
Description
This command sets as active marker.
Examples
Ana.WriteString ":CALC1:MARK1:ACT", True
Related Commands
:CALC:MARK
Equivalent Softkey
Marker > Marker 1 to Marker 9, Reference Marker
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.MARKER(Mk).ACTIVATE
:CALC<Ch>:MARK:AOFF
Type