CADETProcess.dynamicEvents.TimeLine.slice#
- TimeLine.slice(start: float | None = None, end: float | None = None, offset: float | None = None) TimeLine[source]#
Slice the timeline from a profile.
- Parameters:
- startOptional[float]
Start time of the slice. If None, the first time point is used. The default is None.
- end: Optional[float]
End time of the slice. If None, the last time point is used. The default is None.
- offset: Optional[float]
Optional time offset. The default is None.
- Returns:
- TimeLine
A new TimeLine instance between start and end.