CADETProcess.simulator.Cadet.get_solution_time#
- Cadet.get_solution_time(process: Process, cycle: int = 1) ndarray#
Get the time vector for one cycle of a process.
- Parameters:
- processProcess
The process to simulate.
- cycleint, optional
The cycle number, by default 1.
- Returns:
- np.ndarray
Time vector for one cycle.
See also
CADETProcess.processModel.Process.section_timesget_solution_time_complete