Write/Read
About Marker Readout

MarkerReadoutStimulusPlaces Property


Description

For the X-axis (stimulus), sets the number digits to display after the decimal point in marker readouts.

 VB Syntax

win.MarkerReadoutStimulusPlaces = value

Variable

(Type) - Description

win

A NAWindow (object)

value

(Long Integer) Number of digits to display. Choose a value between 2 and 6.

Return Type

Long Integer

Default

3

Examples

win.MarkerReadoutStimulusPlaces = 2 'Write

value = app.ActiveNAWindow.MarkerReadoutStimulusPlaces 'Read

C++ Syntax

HRESULT get_MarkerReadoutStimulusPlaces(long *pVal)

HRESULT put_MarkerReadoutStimulusPlaces(long newVal)

Interface

INAWindow3


Last Modified:

5-Aug-2010

MX New topic