CADETProcess.dynamicEvents.MultiTimeLine#
- class CADETProcess.dynamicEvents.MultiTimeLine(base_state: list, is_polynomial: bool = False)[source]#
Bases:
objectClass for a collection of TimeLines with the same number of entries.
- Attributes:
- add_section(section: Section, entry_index: tuple) None[source]#
Add section to TimeLine with specific entry index.
- Parameters:
- sectionSection
Section to be added.
- entry_indextuple
Index of the entry in the base_state for which the section will be added.
- Raises:
- ValueError
If entry index is out of bounds for base_state.