CADETProcess.simulator.Cadet.set_state_from_results

CADETProcess.simulator.Cadet.set_state_from_results#

Cadet.set_state_from_results(process, results)#

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.