Click or drag to resize

Fmu Class

Version 3.0 FMU.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMI.V3Fmu

Namespace:  Emulate3D.FMI.V3
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class Fmu : IFmu, IDisposable

The Fmu type exposes the following members.

Properties
  NameDescription
Public propertyInstances
Read-only list of all instances.
Public propertyModelDescription
Model description.
Public propertyName
Name of the imported FMU.
Public propertyNameToInstance
Read-only mapping between Name and the instance.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the Fmu
Public methodInstantiateCoSimulation
Instantiates a co-simulation FMU.
Public methodInstantiateModelExchange
Instantiates a model exchange FMU.
Public methodInstantiateScheduledExecution
Instantiates a scheduled execution FMU.
Top
See Also