Command/Query
:CALCulate<Ch>[:SELected]:MARKer<Mk>[:STATe] {ON|OFF|1|0}
:CALCulate<Ch>[:SELected]:MARKer<Mk>[:STATe]?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>[:STATe] {ON|OFF|1|0}
:CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>[:STATe]?
This command turns ON/OFF the display of marker 1 to 9 (Mk) and reference marker (Mk:10).
Parameter |
Selection Option |
Description |
ON/OFF of display of markers 1 to 9 and reference marker |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
Dim Var as Integer
Var = 1
Ena.WriteString ":CALC1:MARK1 " & Str(Var), True
Ena.WriteString ":CALC1:MARK1?", True
Var=Ena.ReadNumber
Marker > Clear Marker Menu > {Marker n} | Ref Marker
SCPI.CALCULATE(Ch).SELECTED.MARKER(Mk).STATE
SCPI.CALCULATE(Ch).TRACE(Tr).MARKER(Mk).STATE