Write/Read
About Marker Readout

MarkerReadoutsPerTrace Property


Description

Sets the number of marker readouts to display per trace. Display up to 20 marker readouts per window.

 VB Syntax

win.MarkerReadoutsPerTrace = value

Variable

(Type) - Description

win

A NAWindow (object)

value

(Long Integer) Number of marker readouts to display. Choose a value between 1 and 10.

Return Type

Long Integer

Default

5

Examples

win.MarkerReadoutsPerTrace = 3 'Write

value = app.ActiveNAWindow.MarkerReadoutsPerTrace 'Read

C++ Syntax

HRESULT get_MarkerReadoutsPerTrace(long *pVal)

HRESULT put_MarkerReadoutsPerTrace(long newVal)

Interface

INAWindow3


Last Modified:

5-Aug-2010

MX New topic