Class OnlinerLReal
Class providing access to the LREAL type online variable.
Implements
Inherited Members
Namespace: AXSharp.Connector.ValueTypes
Assembly: AXSharp.Connector.dll
Syntax
public class OnlinerLReal : OnlinerBase<double>, ITwinPrimitive, ITwinElement, INotifyPropertyChanged, IValueBoundaries<double>, IOnlineLReal, IOnline<double>, IShadowLReal, IShadow<double>
Constructors
| Edit this page View SourceOnlinerLReal()
Initializes a new instance of the OnlinerLReal class.
Declaration
public OnlinerLReal()
OnlinerLReal(ITwinObject, string, string)
Initializes a new instance of the OnlinerLReal class.
Declaration
public OnlinerLReal(ITwinObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
ITwinObject | parent | Parent object of this instance. |
string | readableTail | Human readable tail of this instance. |
string | symbolTail | Symbol tail of this instance. |
Properties
| Edit this page View SourceInstanceMaxValue
Gets the max value for this instance.
Declaration
public override double InstanceMaxValue { get; }
Property Value
Type | Description |
---|---|
double |
Overrides
| Edit this page View SourceInstanceMinValue
Gets the min value for this instance.
Declaration
public override double InstanceMinValue { get; }
Property Value
Type | Description |
---|---|
double |
Overrides
| Edit this page View SourceMaxValue
Gets the max value of OnlinerLReal.
Declaration
public static double MaxValue { get; }
Property Value
Type | Description |
---|---|
double |
MinValue
Gets the min value of OnlinerLReal.
Declaration
public static double MinValue { get; }
Property Value
Type | Description |
---|---|
double |