ModelDescription Class |
Namespace: Emulate3D.FMI.V3.Description
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public sealed class ModelDescription : AnnotationsBase
The ModelDescription type exposes the following members.
| Name | Description | |
|---|---|---|
| Annotations |
Annotations.
(Inherited from AnnotationsBase.) | |
| Author |
If non-null, string with the name of the model author.
| |
| BuildDescription |
If non-null, build configurations.
| |
| Copyright |
If non-null, information on the intellectual property copyright for this FMU.
| |
| CoSimulation |
If non-null, the FMU is based on FMI for co-simulation.
| |
| DefaultExperiment |
If non-null, default settings for the importer algorithms, such as stop time and relative tolerance.
| |
| Description |
If non-null, string with a brief description of the model.
| |
| FmiVersion |
Version of FMI the XML file complies with.
| |
| GenerationDateAndTime |
If non-null, date and time when the XML file was generated.
| |
| GenerationTool |
If non-null, name of the tool that generated the XML file.
| |
| InstantiationToken |
A string that may be used by the FMU to check that the XML file is compatible with the implementation of the FMU.
| |
| License |
If non-null, information on the intellectual property licensing for this FMU.
| |
| LogCategories |
If non-null, a list of log categories that can be set to define the log information that is supported from the FMU.
| |
| ModelExchange |
If non-null, the FMU is based on FMI for model exchange.
| |
| ModelName |
The name of the model as used in the modeling environment that generated the XML file.
| |
| ModelStructure |
If non-null, defines the structure of the model.
| |
| ModelVariables |
If non-null, a list of all variables of the FMU that are accessible via the FMU functions.
| |
| ScheduledExecution |
If non-null, the FMU is based on FMI for scheduled execution.
| |
| TerminalsAndIcons |
If non-null, terminals define semantic groups of variables. This definition adds an additional layer to the interface description of the FMUs.
| |
| TypeDefinitions |
If non-null, a list of type definitions that are utilized in ModelVariables.
| |
| UnitDefinitions |
If non-null, a list of unit and display unit definitions. These definitions are used in ModelVariables.
| |
| VariableNamingConvention |
Defines whether the variable names in ModelVariables and in TypeDefinitions follow the flat or structured convention.
| |
| Version |
If non-null, version of the model.
|