MarkCoupControlsMkrState Property

Write/Read
About Limit Lines

Description

Set and return whether the Coupled Markers setting controls the ON|OFF state of markers that are coupled. Learn more about Coupled Markers. Refer also to CoupledMarkers Property.

 VB Syntax

pref.MarkCoupControlsMkrState = value

Variable

(Type) - Description

pref

A Preferences (object)

value

(Boolean) - Choose from:

True - With Coupled Markers ON, when a marker is turned on, the same-numbered marker on all coupled traces will also be turned on. Likewise, turning off a marker will turn it off on all coupled traces.

False - Turning a marker on or off will have no effect on the markers on other traces.

Return Type

Boolean

Default

False

Examples

pref.MarkCoupControlsMkrState = True 'Write

value = pref.MarkCoupControlsMkrState 'Read

C++ Syntax

HRESULT get_MarkCoupControlsMkrState (VARIANT_BOOL* preference);

HRESULT put_MarkCoupControlsMkrState (VARIANT_BOOL val)

Interface

IPreferences15