ska\_tmc\_sdpsubarrayleafnode.manager package ============================================= Link to the TMC User documentation is `here `_. Submodules ---------- ska\_tmc\_sdpsubarrayleafnode.manager.component\_manager module --------------------------------------------------------------- .. automodule:: ska_tmc_sdpsubarrayleafnode.manager.component_manager :members: :undoc-members: :show-inheritance: ska\_tmc\_sdpsubarrayleafnode.manager.event\_receiver module --------------------------------------------------------------- .. automodule:: ska_tmc_sdpsubarrayleafnode.manager.event_receiver :members: :undoc-members: :show-inheritance: Module contents --------------- .. automodule:: ska_tmc_sdpsubarrayleafnode.manager :members: :undoc-members: :show-inheritance: Command Timeout =============== The ``CommandTimeout`` attribute is introduced to allow updating the timeout value for commands without requiring a redeployment. This provides flexibility in tuning the timeout dynamically at runtime based on operational needs. The ``CommandTimeOutDefault`` property is also introduced, which can be used to set a default timeout value during the deployment phase. This ensures that an initial timeout value is preconfigured when the component starts for the first time. Usage ----- * **CommandTimeout attribute** - Can be updated at runtime without redeployment. - Helps in adapting to varying command execution times. * **CommandTimeOutDefault property** - Configurable in the deployment configuration (e.g., ``values.yaml``). - Sets the initial timeout value at startup.