CADETProcess.modelBuilder.LWE.remove_duration#
- LWE.remove_duration(duration_name: str) None#
Remove a specified duration or time point from tracking.
This method ensures that the specified duration is no longer considered a point of interest in the process.
- Parameters:
- duration_namestr
Name of the duration be removed from the EventHandler.
- Raises:
- CADETProcessError
If Duration is not found.
See also
add_durationDurationremove_event_dependency