Helper_SDP_Master_Leaf_Node

This module implements the Helper MCCS master leaf node devices for testing an integrated TMC

class ska_tmc_simulators.helper_sdp_master_leaf_node.HelperSDPMasterLeafNode(*args: Any, **kwargs: Any)

Bases: HelperBaseDevice

A helper MCCS master leafnode device for triggering state changes with a command

init_device() None
class InitCommand(*args: Any, **kwargs: Any)

Bases: InitCommand

A class for the HelperMccsStateDevice’s init_device() “command”.

do() Tuple[ska_tango_base.commands.ResultCode, str]

Stateless hook for device initialisation.

Returns:

ResultCode, message

Return type:

Tuple[ResultCode, str]

read_sdpControllerAdminMode() int

Reads the current admin mode of the sdp controller

Returns:

admin mode

SetSdpControllerAdminMode(argin: int) None

Trigger a admin mode change for sdp controller

Parameters:

argin – adminMode enum to set the admin mode.

Dtype:

int