Write/Read |
About Interpolation |
Description |
Sets and reads the state of the memory data interpolation. Learn more. |
VB Syntax |
meas.InterpolateMemory = bool |
Variable |
(Type) - Description |
meas |
A Measurement (object) |
bool |
(boolean) True - Turn memory data interpolation ON. |
Return Type |
Boolean |
Default |
False |
Examples |
meas.InterpolateMemory = True 'Write |
C++ Syntax |
HRESULT get_InterpolateMemory(VARIANT_BOOL *intState) |
Interface |
IMeasurement18 |