CADETProcess.modelBuilder.CarouselBuilder.build_flow_sheet#
- CarouselBuilder.build_flow_sheet(own_binding_model: bool = False) FlowSheet[source]#
Assemble the flow sheet.
- 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:
- FlowSheet
The assembled flow sheet.