Click or drag to resize
SignalInterpolationType Enumeration
Specifies the type of interpolation for a DataRecorderSignal

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public enum SignalInterpolationType
Members
  Member nameValueDescription
None0 The data is not numeric.
Continuous1 The data should be interpolated.
Discrete2 The data should be treated as discrete values.
Version Information

Supported in: 1.0.0.0
See Also