:CALC<Ch>:MARK:COUP

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:MARKer:COUPle {ON|OFF|1|0}

:CALCulate<Ch>[:SELected]:MARKer:COUPle?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:MARKer:COUPle {ON|OFF|1|0}

:CALCulate<Ch>:TRACe<Tr>:MARKer:COUPle?

Description

This command turns ON/OFF the marker coupling between traces.

Variable

Parameter

Selection Option

Description

ON/OFF of the marker coupling between traces

Data Type

Boolean type (Boolean)

Range

ON|OFF|1|0

Preset Value

ON

Query Response

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

Examples

Dim Var as Integer
Var = 1
Ena.WriteString ":CALC1:MARK:COUP " & Str(Var), True
Ena.WriteString ":CALC1:MARK:COUP?", True
Var=Ena.ReadNumber

Equivalent Softkey

Marker Function > Couple

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.MARKER.COUPLE

SCPI.CALCULATE(Ch).TRACE(Tr).MARKER.COUPLE