ska_tmc_sdpmasterleafnode.commands package
Submodules
ska_tmc_sdpmasterleafnode.commands.abstract_command module
- class ska_tmc_sdpmasterleafnode.commands.abstract_command.SdpMLNCommand(*args: Any, **kwargs: Any)
Bases:
ska_tmc_common.tmc_command.ska_tmc_common.tmc_command.TmcLeafNodeCommand._nameAbstract command class for all SdpMasterLeafNode
- check_allowed()
Checks whether this command is allowed It checks that the device is in the right state to execute this command and that all the component needed for the operation are not unresponsive
- Returns
True if this command is allowed
- Return type
boolean
- check_unresponsive()
- do(argin=None)
- init_adapter()
ska_tmc_sdpmasterleafnode.commands.disable_command module
Disable command class for SDPMasterLeafNode.
- class ska_tmc_sdpmasterleafnode.commands.disable_command.Disable(*args: Any, **kwargs: Any)
Bases:
ska_tmc_common.tmc_command.ska_tmc_common.tmc_command.TmcLeafNodeCommand._nameA class for SdpMasterLeafNode’s Disable() command.
Disable command on SdpMasterLeafNode invokes disable command on Sdp Master device.
- do(argin=None)
Method to invoke Disable command on Sdp Master.
ska_tmc_sdpmasterleafnode.commands.off_command module
Off command class for SDPMasterLeafNode.
- class ska_tmc_sdpmasterleafnode.commands.off_command.Off(*args: Any, **kwargs: Any)
Bases:
ska_tmc_common.tmc_command.ska_tmc_common.tmc_command.TmcLeafNodeCommand._nameA class for SdpMasterLeafNode’s Off() command.
Off command on SdpMasterLeafNode enables the telescope to perform further operations and observations. It Invokes Off command on Sdp Master device.
- do(argin=None)
Method to invoke Off command on Sdp Master.
ska_tmc_sdpmasterleafnode.commands.on_command module
On command class for SDPMasterLeafNode.
- class ska_tmc_sdpmasterleafnode.commands.on_command.On(*args: Any, **kwargs: Any)
Bases:
ska_tmc_common.tmc_command.ska_tmc_common.tmc_command.TmcLeafNodeCommand._nameA class for SdpMasterLeafNode’s On() command.
On command on SdpmasterLeafNode enables the telescope to perform further operations and observations. It Invokes On command on Sdp Master device.
- do(argin=None)
Method to invoke On command on Sdp Master.
ska_tmc_sdpmasterleafnode.commands.standby_command module
Standby command class for SDPMasterLeafNode.
- class ska_tmc_sdpmasterleafnode.commands.standby_command.Standby(*args: Any, **kwargs: Any)
Bases:
ska_tmc_common.tmc_command.ska_tmc_common.tmc_command.TmcLeafNodeCommand._nameA class for SdpMasterLeafNode’s Standby() command.
Standby command on SdpMasterLeafNode invokes Standby command on Sdp Master device.
- do(argin=None)
Method to invoke Standby command on Sdp Master.
Module contents
- class ska_tmc_sdpmasterleafnode.commands.Disable(*args: Any, **kwargs: Any)
Bases:
ska_tmc_common.tmc_command.ska_tmc_common.tmc_command.TmcLeafNodeCommand._nameA class for SdpMasterLeafNode’s Disable() command.
Disable command on SdpMasterLeafNode invokes disable command on Sdp Master device.
- do(argin=None)
Method to invoke Disable command on Sdp Master.
- class ska_tmc_sdpmasterleafnode.commands.Off(*args: Any, **kwargs: Any)
Bases:
ska_tmc_common.tmc_command.ska_tmc_common.tmc_command.TmcLeafNodeCommand._nameA class for SdpMasterLeafNode’s Off() command.
Off command on SdpMasterLeafNode enables the telescope to perform further operations and observations. It Invokes Off command on Sdp Master device.
- do(argin=None)
Method to invoke Off command on Sdp Master.
- class ska_tmc_sdpmasterleafnode.commands.On(*args: Any, **kwargs: Any)
Bases:
ska_tmc_common.tmc_command.ska_tmc_common.tmc_command.TmcLeafNodeCommand._nameA class for SdpMasterLeafNode’s On() command.
On command on SdpmasterLeafNode enables the telescope to perform further operations and observations. It Invokes On command on Sdp Master device.
- do(argin=None)
Method to invoke On command on Sdp Master.
- class ska_tmc_sdpmasterleafnode.commands.Standby(*args: Any, **kwargs: Any)
Bases:
ska_tmc_common.tmc_command.ska_tmc_common.tmc_command.TmcLeafNodeCommand._nameA class for SdpMasterLeafNode’s Standby() command.
Standby command on SdpMasterLeafNode invokes Standby command on Sdp Master device.
- do(argin=None)
Method to invoke Standby command on Sdp Master.