Class TcoAiStatus
TcoAi
status structure.
Inheritance
System.Object
TcoAiStatus
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: PlcDocu.TcoElements
Assembly: TcoElementsConnector.dll
Syntax
public abstract class TcoAiStatus
Constructors
| Improve this Doc View SourceTcoAiStatus()
Prevents creating instance of this class via public constructor
Declaration
public TcoAiStatus()
Fields
| Improve this Doc View SourceRawRange
Absolute range of raw value.
Declaration
public object RawRange
Field Value
Type | Description |
---|---|
System.Object |
RealRange
Absolute range of real value.
Declaration
public object RealRange
Field Value
Type | Description |
---|---|
System.Object |
Scaled
Current real value.
Declaration
public object Scaled
Field Value
Type | Description |
---|---|
System.Object |