Click or drag to resize
DataRecorderSignalInfo Structure
Represents information such as data type and quantity of a DataRecorderSignal

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public struct DataRecorderSignalInfo

The DataRecorderSignalInfo type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyApproximateMax
Gets or sets the expected maximum value of the signal data.
Public propertyApproximateMin
Gets or sets the expected minimum value of the signal data.
Public propertyDataType
Gets or sets the type of the signal data
Public propertyDescription
Gets a description of the signal
Public propertyInterpolationType
Gets or sets how the signal data should be interpolated
Public propertyQuantity
Gets or sets the quantity of the signal data.
Public propertyTag
Gets or sets a string that contains data about the signal.
Top
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Version Information

Supported in: 1.0.0.0
See Also