Click or drag to resize

InstanceSetupExperiment Method

Informs the FMU to setup the experiment.

Namespace:  Emulate3D.FMI.V2
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public Status SetupExperiment(
	double startTime,
	double? tolerance = null,
	double? stopTime = null
)

Parameters

startTime
Type: SystemDouble
Start time.
tolerance (Optional)
Type: SystemNullableDouble
Tolerance for error estimation. An FMU for co-stimulation might ignore this.
stopTime (Optional)
Type: SystemNullableDouble
Stop time.

Return Value

Type: Status
Status flag.
See Also