Write/Read
About Marker Readout

OneMarkerReadoutPerTrace Property - Superseded


Description

Either show marker readout of only the active trace or all of the traces simultaneously.

Note: This method is replaced by MarkerReadoutsPerTrace Property

 VB Syntax

win.OneReadoutPerTrace = state

Variable

(Type) - Description

win

A NAWindow (object)

value

(boolean)

True - Shows the readout of only the active marker for each trace.

False - Shows up to 5 marker readouts per trace, up to 20 total readouts.

Return Type

Boolean

Default

False

Examples

win.OneMarkerReadoutPerTrace = True 'Write

State = app.ActiveNAWindow.OneMarkerReadoutPerTrace 'Read

C++ Syntax

HRESULT get_OneMarkerReadoutPerTrace(VARIANT_BOOL *pVal)

HRESULT put_OneMarkerReadoutPerTrace(VARIANT_BOOL newVal)

Interface

INAWindow