CADETProcess.solution.SolutionIO.integral#
- SolutionIO.integral(start: float | None = None, end: float | None = None) ndarray[source]#
Peak area in a fraction interval.
- Parameters:
- startOptional[float]
Start time of the fraction. If None, the first time point is used. The default is None.
- end: Optional[float]
End time of the fraction. If None, the last time point is used. The default is None.
- Returns:
- np.ndarray
Area of each component in the fraction.