Interface ITcoAnalogueInspectorData
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoInspectorsConnector.dll
Syntax
public interface ITcoAnalogueInspectorData : ITcoInspectorData, IVortexOnlineObject
Properties
|
Improve this Doc
View Source
AttributeUnits
Declaration
string AttributeUnits { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DetectedStatus
Declaration
[RenderIgnore(new string[]{"Control", "ShadowControl", "ControlSlim", "ShadowControlSlim"})]
IOnlineLReal DetectedStatus { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
RequiredMax
Declaration
IOnlineLReal RequiredMax { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
RequiredMin
Declaration
IOnlineLReal RequiredMin { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoAnalogueInspectorData CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoAnalogueInspectorData)
Declaration
void FlushOnlineToPlain(PlainTcoAnalogueInspectorData source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoAnalogueInspectorData)
Declaration
void FlushPlainToOnline(PlainTcoAnalogueInspectorData source)
Parameters