Package com.seeq.link.sdk.interfaces
Class DatasourceConnectionServiceV2.InterpolationMethod
java.lang.Object
com.seeq.link.sdk.interfaces.DatasourceConnectionServiceV2.InterpolationMethod
- Enclosing interface:
- DatasourceConnectionServiceV2
The interpolation method to be used for a particular signal.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Linear
Linear-interpolated signals have a slope connecting each sample.- See Also:
-
Step
Step-interpolated signals are constant from one sample until the next.- See Also:
-
-
Constructor Details
-
InterpolationMethod
public InterpolationMethod()
-