:CALC<Ch>:MARK:FUNC:DOM:COUP

Type

Command/Query

Syntax

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

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

 

The following syntax is also supported:

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

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

Description

This command sets/gets the coupling of the marker search range for all traces.

Variable

Parameter

Selection Option

Description

ON/OFF of the trace coupling of the analysis range.

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:FUNC:DOM:COUP" & Str(Var), True
Ena.WriteString ":CALC1:MARK:FUNC:DOM:COUP?", True
Var=Ena.ReadNumber

Related Commands

:CALC:MARK:FUNC:EXEC

Equivalent Softkey

Marker Search > Search Range > Couple

COM Command Syntax (Internal Control Only)

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

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