CADETProcess.fractionation.Fractionator.remove_duration

CADETProcess.fractionation.Fractionator.remove_duration#

Fractionator.remove_duration(duration_name)#

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:
durationstr

Name of the duration be removed from the EventHandler.

Raises:
CADETProcessError

If Duration is not found.