Write/Read |
About Markers |
Description |
Turns marker Interpolation ON and OFF. Marker interpolation enables X-axis resolution beyond the discrete data values. The analyzer will calculate the x and y-axis data values between discrete data points. Use meas.Interpolate to change interpolation of all markers in a measurement. This command will override the measurement setting. |
VB Syntax |
mark.Interpolated = value |
Variable |
(Type) - Description |
mark |
A Marker (object) |
value |
(boolean) True - Turns interpolation ON |
Return Type |
Boolean |
Default |
True |
Examples |
mark.Interpolated = True 'Write |
interpolate = mark.Interpolated 'Read |
|
C++ Syntax |
HRESULT get_Interpolated(VARIANT_BOOL *pVal) |
Interface |
IMarker |