SCPI.CALCulate.USER(Ch).ALLTrace.MARKer.COUPle.STATe

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate.USER(Ch).ALLTrace.MARKer.COUPle.STATe = Value

Value = SCPI.CALCulate.USER(Ch).ALLTrace.MARKer.COUPle.STATe

Description

This command sets/gets marker couple on/off, for the selected channel Ch.

Variable

Parameter

   Value

Description

Marker Coupling Function state (On/Off)

Data Type

Boolean type (Boolean)

Range

ON|OFF|1|0

Preset Value

OFF

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Boolean
Var= 1
SCPI.CALCulate.USER1.ALLTrace.MARKer.COUPle.STATe = Var
Var = SCPI.CALCulate.USER1.ALLTrace.MARKer.COUPle.STATe

Related Objects

SCPI.CALCulate.USER(Ch).ALLTrace.MARKer.DISCrete.STATe

SCPI.CALCulate.USER(Ch).ALLTrace.MARKer.REFerence.NUMBer

SCPI.CALCulate.USER(Ch).ALLTrace.MARKer.REFerence.STATe

Equivalent Key

USER Menu: Marker > Couple

Equivalent SCPI Command

Syntax

:CALCulate:USER[1-1]:ALLTrace:MARKer:COUPle:STATe {ON|OFF|1|0}

:CALCulate:USER[1-1]:ALLTrace:MARKer:COUPle:STATe?

Query Response

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

Example of use

10 OUTPUT 717;":CALCulate:USER1:ALLTrace:MARKer:COUPle:STATe 1"
20 OUTPUT 717;":CALCulate:USER1:ALLTrace:MARKer:COUPle:STATe ?"
30 ENTER 717;A