TSimulationTimeStatus

The TSimulationTimeStatus structure stores the results of a call to C_GetSimulationTimeStatus.

typedef struct {

double StartTime;

double StopTime;

double CurrentTime;

} TSimulationTimeStatus;

Members

StartTime

The time at which the simulation starts, the beginning of the build-up period.

StopTime

The time at which the simulation is complete, the end of the last simulation stage.

CurrentTime

The current or instantaneous time of the simulation. If a simulation has not started then this time will be OrcinaUndefinedReal().

See also

C_GetSimulationTimeStatus.