CADETProcess.simulator.SimulatorBase.get_section_times

CADETProcess.simulator.SimulatorBase.get_section_times#

SimulatorBase.get_section_times(process)[source]#

Get the section times for a single cycle of a process.

Parameters:
processProcess

The process to simulate.

Returns:
list

Section times for a single cycle of a process.

See also

get_section_times_complete
get_solution_time_complete
CADETProcess.processModel.Process.section_times