SCPI.CALCulate(Ch).SELected.MARKer.COUPle

Object type

Property (Read-Write)

Syntax

All revision:

SCPI.CALCulate(Ch).SELected.MARKer.COUPle = Status

Status = SCPI.CALCulate(Ch).SELected.MARKer.COUPle

 

In revision A.9.60 and above, the following syntax is also supported:

SCPI.CALCulate(Ch).TRACe(Tr).MARKer.COUPle = Status

Status = SCPI.CALCulate(Ch).TRACe(Tr).MARKer.COUPle

Description

This command turns ON/OFF the marker coupling between traces, for the selected channel (Ch).

 

In revision A.9.60 and above, you can select the trace and turn ON/OFF the marker coupling between traces for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.

Variable

Parameter

Status

Description

ON/OFF of the marker coupling between traces

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the marker coupling.

  • False or OFF: Turns OFF the marker coupling.

Preset value

True or ON

Examples

Dim MkrCpl As Boolean
SCPI.CALCulate(1).SELected.MARKer.COUPle = False
MkrCpl = SCPI.CALCulate(1).SELected.MARKer.COUPle

Equivalent key

Marker Fctn > Couple

Equivalent SCPI command

Syntax

All revision:

:CALCulate{[1]-160}[:SELected]:MARKer:COUPle {ON|OFF|1|0}

:CALCulate{[1]-160}[:SELected]:MARKer:COUPle?

 

In revision A.9.60 and above, the following syntax is also supported:

:CALCulate{[1]-160}:TRACe{[1]-16}:MARKer:COUPle {ON|OFF|1|0}

:CALCulate{[1]-160}:TRACe{[1]-16}:MARKer:COUPle?

Query response

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

Example of use

10 OUTPUT 717;":CALC1:MARK:COUP OFF"
20 OUTPUT 717;":CALC1:MARK:COUP?"
30 ENTER 717;A