Interface ITcoAiConfig
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoElementsConnector.dll
Syntax
public interface ITcoAiConfig : IVortexOnlineObject
Properties
|
Improve this Doc
View Source
AttributeName
Declaration
string AttributeName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Gain
Declaration
IOnlineReal Gain { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineReal |
|
|
Improve this Doc
View Source
Offset
Declaration
IOnlineReal Offset { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineReal |
|
|
Improve this Doc
View Source
RawHigh
Declaration
IOnlineDInt RawHigh { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineDInt |
|
|
Improve this Doc
View Source
RawLow
Declaration
IOnlineDInt RawLow { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineDInt |
|
|
Improve this Doc
View Source
RealHigh
Declaration
IOnlineReal RealHigh { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineReal |
|
|
Improve this Doc
View Source
RealLow
Declaration
IOnlineReal RealLow { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineReal |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoAiConfig CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoAiConfig)
Declaration
void FlushOnlineToPlain(PlainTcoAiConfig source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoAiConfig)
Declaration
void FlushPlainToOnline(PlainTcoAiConfig source)
Parameters