C_ExtendSimulation

C_ExtendSimulation adds a new stage to a simulation.

void C_ExtendSimulation(

TOrcFxAPIHandle ModelHandle,

double Time,

int *lpStatus

);

Parameters

ModelHandle (IN)

The handle of the model.

Time (IN)

The length of the new stage.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

Remarks

If the procedure is successful then the simulation can be continued by calling C_RunSimulation or C_RunSimulation2.

See also

C_RunSimulation, C_RunSimulation2.