Write/Read |
About Active Match |
Description |
Sets whether or not interpolation is on for display. Frequency, power, and phase X axis are supported for display. Interpolation may be applied in the trace. |
VB Syntax |
HotS22.DisplayInterpolationState = value |
Variable |
(Type) - Description |
HotS22 |
A ActiveParametersApp (object) |
value |
(boolean) - Choose from: True - Turns interpolation ON False - Turns interpolation OFF |
Return Type |
Boolean |
Default |
False |
Examples |
HotS22.DisplayInterpolationState = False |
value = HotS22.DisplayInterpolationState 'Read |
|
C++ Syntax |
HRESULT get_DisplayInterpolationState(VARIANT_BOOL* value); |
Interface |
IActiveChannelSettings |