Click or drag to resize

DefaultExperiment Class

Default experiment.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V3.DescriptionAnnotationsBase
      Emulate3D.FMI.V3.DescriptionDefaultExperiment

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

The DefaultExperiment type exposes the following members.

Properties
 NameDescription
Public propertyAnnotations Annotations.
(Inherited from AnnotationsBase)
Public propertyStartTime If non-null, default start time of simulation.
Public propertyStepSize If non-null, for model exchange, default step size for fixed step integrators. For co-simulation, preferred communication step size.
Public propertyStopTime If non-null, default stop time of simulation.
Public propertyTolerance If non-null, default relative integration tolerance.
Top
See Also