Skip to content
Snippets Groups Projects
Commit 1387f0a8 authored by Lochan Babani's avatar Lochan Babani
Browse files

Add description of base classes.

parent 0996e4ba
Branches
No related tags found
No related merge requests found
...@@ -7,7 +7,9 @@ ...@@ -7,7 +7,9 @@
""" SKAAlarmHandler """ SKAAlarmHandler
A generic base device for Alarms for SKA. A generic base device for Alarms for SKA. It exposes SKA alarms and SKA alerts as TANGO attributes.
SKA Alarms and SKA/Element Alerts are rules-based configurable conditions that can be defined over multiple
attribute values and quality factors, and are separate from the "built-in" TANGO attribute alarms.
""" """
# tango imports # tango imports
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
""" SKABASE """ SKABASE
A generic base device for SKA. A generic base device for SKA. It exposes the generic attributes, properties and commands of an SKA device.
""" """
# tango imports # tango imports
......
...@@ -23,7 +23,7 @@ __all__ = ["SKACapability", "main"] ...@@ -23,7 +23,7 @@ __all__ = ["SKACapability", "main"]
class SKACapability(SKAObsDevice): class SKACapability(SKAObsDevice):
""" """
Subarray handling device A Subarray handling device. It exposes the instances of configured capabilities.
""" """
__metaclass__ = DeviceMeta __metaclass__ = DeviceMeta
# PROTECTED REGION ID(SKACapability.class_variable) ENABLED START # # PROTECTED REGION ID(SKACapability.class_variable) ENABLED START #
......
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
""" SKALogger """ SKALogger
A generic base device for Logging for SKA. A generic base device for Logging for SKA. It enables to view on-line logs through the TANGO Logging Services
and to store logs using Python logging. It configures the log levels of remote logging for selected devices.
""" """
# tango imports # tango imports
......
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
""" SKAObsDevice """ SKAObsDevice
A generic base device for Observations for SKA. A generic base device for Observations for SKA. It inherits SKABaseDevice class. Any device implementing
and obsMode will inherit from SKAObsDevice instead of just SKABaseDevice.
""" """
# tango imports # tango imports
......
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
""" SKASubarray """ SKASubarray
SubArray handling device A SubArray handling device. It allows the assigning/releasing of resources into/from Subarray, configuring
capabilities, and exposes the related information like assigned resources, configured capabilities, etc.
""" """
# tango imports # tango imports
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment