Skip to content

AT1-910: Implement CentralNode On and TelescopeOn command as per ADR-31

shraddhabajare requested to merge at1-910 into master
  • Implement On command in separate on_command.py module to turn on the Tmc devices as per ADR-31
  • On command flow includes:
    • SubarrayNode ON
      • CSPSubarrayLN ON
      • SDPSubarrayLN ON
    • CSPMasterLN ON
    • SDPMasterLN ON
    • DishLN ON
  • On Command is called as a part of init_command_objects method
  • Updated CentralNode StartUpTelescope command to TelescopeOn command as per ADR-31
  • Added unit test case for On command and TelescopeOn command
Edited by shraddhabajare

Merge request reports