InstanceSetupExperiment Method |
Informs the FMU to setup the experiment.
Namespace:
Emulate3D.FMI.V2
Assembly:
Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntaxpublic 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:
StatusStatus flag.
See Also