main.run_control_room
main.run_control_room(setup_cfg_path=setup_cfg_path)Run the control room application with the given setup configuration.
This function initializes the control room application, starts the module servers, connects clients to the servers, and sets up the callback broker. It also creates and runs the Dash app for the GUI.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| setup_cfg_path | str | The path to the setup configuration file. Defaults to setup_cfg_path. |
setup_cfg_path |