|
string | Name |
| Unique name of the data element described by the current definition. Considered a kind of variable name that distinguishes between data by short names. More...
|
|
string | NameAlt |
| Alternative name of the data element described by the current definition. More...
|
|
string | Title |
| A title describing what given data element represents. Titles can contain special characters and spaces, but should be shorter than descriptions. More...
|
|
string | Description |
| Describes the meaning of a data element used as part of input or output data. More...
|
|
bool | IsInput |
| Flag specifying whether a data element is input or output element. More...
|
|
bool | ElementIndexSpecified = false |
| Specifies whether element index is specified for the data element described by the current definition. More...
|
|
int | ElementIndex = -1 |
| Specifies the index f the element described by the current definition, within the data vextor (either input or output). More...
|
|
bool | BoundsDefined = false |
| Flag indicating whethe minimal and maximal value are defined for the input data element described by the current definition. More...
|
|
double | MinimalValue |
| Minimal value for the output data element described by the current definition. More...
|
|
double | MaximalValue |
| Maximal value for the output data element described by the current definition. More...
|
|
bool | TargetValueDefined = false |
| Flag indicating whether target value is defined for the data element described by the current definition. More...
|
|
double | TargetValue = 0.0 |
| Target value of the current element. Used for optimization. More...
|
|
bool | ScalingLengthDefined = false |
| Flag indicating whether scaling length is defined for the data element described by the current definition. More...
|
|
double | ScalingLength = 0.0 |
| Scaling length, used for optimization and other tasks where scaling of input or output quantities is important. More...
|
|
DTO (data transfer object) for data output element definition.
$A Ifor Mar11;