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