Click or drag to resize

ModelDescription Class

FMU model description.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V2.DescriptionModelDescription

Namespace: Emulate3D.FMI.V2.Description
Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class ModelDescription : ElementBase

The ModelDescription type exposes the following members.

Properties
 NameDescription
Public propertyAuthor If non-null, string with the name and organization of the model author.
Public propertyCopyright If non-null, information on the intellectual property copyright for this FMU.
Public propertyCoSimulation If non-null, the FMU is based on "FMI for Co-Simulation".
Public propertyDefaultExperiment If non-null, provides default experiment settings, such as stop time and relative tolerance.
Public propertyDescription If non-null, string with a brief description of the model.
Public propertyFmiVersion FMI version that was used to generate the XML file.
Public propertyGenerationDateAndTime If non-null, date and time when the XML file was generated.
Public propertyGenerationTool If non-null, name of the tool that generated the XML file.
Public propertyGuid Used to check that the XML file is compatible with the C functions of the FMU.
Public propertyLicense If non-null, information on the intellectual property licensing for this FMU.
Public propertyLogCategories If non-null, a global list of log categories that can be set to define the log information that is supported from the FMU.
Public propertyModelExchange If non-null, the FMU is based on "FMI for Model Exchange".
Public propertyModelName The name of the model as used in the modeling environment that generated the XML file.
Public propertyModelStructure If non-null, defines the structure of the model. Especially, the ordered lists of outputs, continuous-time states and initial unknowns are defined here.
Public propertyModelVariables If non-null, the central FMU data structure defining all variables of the FMU that are visible/accessible via the FMU functions.
Public propertyNumberOfEventIndicators 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.
Public propertyTypeDefinitions If non-null, a global list of type definitions.
Public propertyUnitDefinitions If non-null, a global list of unit and display unit definitions.
Public propertyVariableNamingConvention Defines whether variable names follow a particular convention.
Public propertyVendorAnnotations If non-null, additional data that a vendor might want to store and that other vendors might ignore.
Public propertyVersion If non-null, version of the model.
Top
See Also