CADETProcess.simulator.SimulatorBase.set_state_from_results

CADETProcess.simulator.SimulatorBase.set_state_from_results#

SimulatorBase.set_state_from_results(process, results)[source]#

Set the process state from the simulation results.

Parameters:
processProcess

The process to set the state for.

resultsSimulationResults

The simulation results containing the state information.

Returns:
Process

The process with the updated state.