FMU model description.
Inheritance Hierarchy Namespace: Emulate3D.FMI.V2.DescriptionAssembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class ModelDescription : ElementBase
The ModelDescription type exposes the following members.
Properties| | Name | Description |
|---|
 | Author |
If non-null, string with the name and organization of the model author.
|
 | 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, provides default experiment settings, such as stop time and relative tolerance.
|
 | Description |
If non-null, string with a brief description of the model.
|
 | FmiVersion |
FMI version that was used to generate the XML file.
|
 | 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.
|
 | Guid |
Used to check that the XML file is compatible with the C functions of the FMU.
|
 | License |
If non-null, information on the intellectual property licensing for this FMU.
|
 | LogCategories |
If non-null, a global 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. Especially, the ordered lists of outputs, continuous-time states and initial
unknowns are defined here.
|
 | ModelVariables |
If non-null, the central FMU data structure defining all variables of the FMU that are visible/accessible via the FMU functions.
|
 | NumberOfEventIndicators |
If non-null, The (fixed) number of event indicators for an FMU based on FMI for model exchange. For co-simulation, this value is ignored.
|
 | TypeDefinitions |
If non-null, a global list of type definitions.
|
 | UnitDefinitions |
If non-null, a global list of unit and display unit definitions.
|
 | VariableNamingConvention |
Defines whether variable names follow a particular convention.
|
 | VendorAnnotations |
If non-null, additional data that a vendor might want to store and that other vendors might ignore.
|
 | Version |
If non-null, version of the model.
|
Top
See Also