CADETProcess.simulator.SimulatorBase.get_section_times#
- SimulatorBase.get_section_times(process: Process) list[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_completeget_solution_time_completeCADETProcess.processModel.Process.section_times