TimeLanes
- class caqtus.types.timelane.TimeLanes(
- step_names: list[str] = NOTHING,
- step_durations: list[Expression] = NOTHING,
- lanes: dict[str, TimeLane] = NOTHING,
Bases:
objectA collection of time lanes.
Groups together multiple time lanes and the associated step names and durations.