CADETProcess.modelBuilder.CarouselBuilder.build_process#
- CarouselBuilder.build_process(own_binding_model: bool = False) Process[source]#
Assemble the process object.
- Parameters:
- own_binding_modelbool, optional
If True, each column gets its own deep-copied binding model. If False (default), all columns share the same binding model instance.
- Returns:
- Process
The assembled process object.