CoupledMarkersMethod Property

Write/Read
About Coupled Markers

Description

Sets and Reads the scope Coupled Markers.

Note: This command will not take effect until CoupledMarkers Property is turned on.

Note: The preset behavior of Coupled Markers depends on the setting of MarkCoupControlsMkrState, MarkCoupMethPresetIsChan, and MarkCoupPresetIsOn.

 VB Syntax

app.CoupledMarkersMethod = value

Variable

(Type) - Description

app

An Application (object)

value

(Enum as NAMarkerCouplingMethod)

0 - naMarkerCouplingAll - Coupling occurs across all channels.

1 - naMarkerCouplingChannel - Coupling is limited to traces in the same channel.

Return Type

Enum

Default

0 - naMarkerCouplingAll

Examples

app.CoupledMarkersMethod = naMarkerCouplingAll 'Write

coupl = app.CoupledMarkersMethod 'Read

C++ Syntax

HRESULT put_CoupledMarkersMethod(tagNAMarkerCouplingMethod, value)

HRESULT get_CoupledMarkersMethod(NAMarkerCouplingMethod, *value)

Interface

IApplication20