Write/Read |
About Marker Readout |
Description |
For the Y-axis (response), sets the number digits to display after the decimal point in marker readouts. |
VB Syntax |
win.MarkerReadoutResponsePlaces = value |
Variable |
(Type) - Description |
win |
A NAWindow (object) |
value |
(Long Integer) Number of digits to display. Choose a value between 1 and 4. |
Return Type |
Long Integer |
Default |
2 |
Examples |
win.MarkerReadoutResponsePlaces = 3 'Write value = app.ActiveNAWindow.MarkerReadoutResponsePlaces 'Read |
C++ Syntax |
HRESULT get_MarkerReadoutResponsePlaces(long *pVal) HRESULT put_MarkerReadoutResponsePlaces(long newVal) |
Interface |
INAWindow3 |