Write/Read |
About Smoothing |
Description |
Turns ON and OFF data smoothing. |
VB Syntax |
meas.Smoothing = state |
Variable |
(Type) - Description |
meas |
A Measurement (object) |
state |
(boolean) False - Turns smoothing OFF |
Return Type |
Boolean |
Default |
False |
Examples |
meas.Smoothing = False 'Write |
smooth = meas.Smoothing 'Read |
|
C++ Syntax |
HRESULT get_Smoothing(VARIANT_BOOL *pVal) |
Interface |
IMeasurement |