CADETProcess.dynamicEvents.TimeLine.add_section

CADETProcess.dynamicEvents.TimeLine.add_section#

TimeLine.add_section(section)[source]#

Add a Section to the timeline.

Parameters:
sectionSection

The Section to be added to the timeline.

Raises:
TypeError

If section is not an instance of the Section class.

CADETProcessError

If the polynomial degree of the Section does not match the degree of the other Sections in the timeline.

CADETProcessError

If the Section introduces a gap in the timeline.