Click or drag to resize

InstanceSetupExperiment Method

Informs the instance to setup the experiment.

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

Parameters

startTime  Double
Start time.
tolerance  NullableDouble  (Optional)
Tolerance for error estimation. An FMU for co-stimulation might ignore this.
stopTime  NullableDouble  (Optional)
Stop time.

Return Value

Status
Status flag.
See Also