CADETProcess.fractionation.Fractionator.add_fractionation_event

CADETProcess.fractionation.Fractionator.add_fractionation_event#

Fractionator.add_fractionation_event(event_name, target, time, chromatogram=None)[source]#

Add a fractionation event.

Parameters:
event_namestr

The name of the event.

targetint

The target component.

timefloat

The time of the event.

chromatogramSolutionIO, optional

The chromatogram associated with the event. If None and there is only one chromatogram, it will be used.

Raises:
CADETProcessError

If the chromatogram is not found.