ska_tmc_centralnode.central_node_low module
Central Node is a coordinator of the complete M&C system. Central Node implements the standard set of state and mode attributes defined by the SKA Control Model.
- class ska_tmc_centralnode.central_node_low.LowTmcCentralNode(*args, **kwargs)
Bases:
AbstractCentralNodeCentral Node is a coordinator of the complete Telescope system
- InitCommand = None
- create_component_manager()
Create component manager object for command invocation.
- read_assignResourcesSchemaVersion()
Get the version of the AssignResources schema being used.
- Return type:
str
- read_releaseResourcesSchemaVersion()
Get the version of the ReleaseResources schema being used.
- Return type:
str
- write_assignResourcesSchemaVersion(version)
Set or update the AssignResources schema version.
- Return type:
None
- write_releaseResourcesSchemaVersion(version)
Set or update the ReleaseResources schema version.
- Return type:
None
- ska_tmc_centralnode.central_node_low.main(args=None, **kwargs)
Runs the CentralNode. :type args: :param args: Arguments internal to TANGO
- Parameters:
kwargs – Arguments internal to TANGO
- Returns:
CentralNode TANGO object.