@@ -108,7 +108,9 @@ class CspSubElementMaster(SKAMaster):
dtype=AdminMode,
access=AttrWriteType.READ_WRITE,
memorized=True,
doc="The admin mode reported for this device. It may interpret the current device condition \nand condition of all managed devices to set this. Most possibly an aggregate attribute.",
doc=("The admin mode reported for this device. It may interpret the current"
" device condition and condition of all managed devices to set this."
" Most possibly an aggregate attribute."),
)
onCommandProgress=attribute(
@@ -117,7 +119,9 @@ class CspSubElementMaster(SKAMaster):
abs_change=10,
max_value=100,
min_value=0,
doc="Percentage progress implemented for commands that result in state/mode transitions for a large \nnumber of components and/or are executed in stages (e.g power up, power down)",
doc=("Percentage progress implemented for commands that result in state/mode"
" transitions for a large number of components and/or are executed in "
"stages (e.g power up, power down)"),
)
offCommandProgress=attribute(
@@ -126,7 +130,9 @@ class CspSubElementMaster(SKAMaster):
abs_change=10,
max_value=100,
min_value=0,
doc="Percentage progress implemented for commands that result in state/mode transitions for a large \nnumber of components and/or are executed in stages (e.g power up, power down)",
doc=("Percentage progress implemented for commands that result in state/mode transitions"
" for a large number of components and/or are executed in stages"
" (e.g power up, power down)"),
)
standbyCommandProgress=attribute(
@@ -135,7 +141,9 @@ class CspSubElementMaster(SKAMaster):
abs_change=10,
max_value=100,
min_value=0,
doc="Percentage progress implemented for commands that result in state/mode transitions for a large \nnumber of components and/or are executed in stages (e.g power up, power down)",
doc=("Percentage progress implemented for commands that result in state/mode"
" transitions for a large number of components and/or are executed in"
" stages (e.g power up, power down)"),
)
onCmdDurationExpected=attribute(
@@ -513,14 +521,10 @@ class CspSubElementMaster(SKAMaster):
by some tango device drivers which actas as 'cache'. We call these devices
'racks', even if they can contro a different phisical arrangement.
:param argin: 'DevVarStringArray'
The list of sub-element components FQDNs to switch-on or an empty list to switch-on the whole
CSP Sub-element.
If the array length is 0, the command applies to the whole CSP Sub-Element. If the
array length is > 1, each array element specifies the FQDN of the
CSP SubElement component to switch ON.
:param argin: The list of sub-element components FQDNs: if the array length is 0 (empty input \
list), the command applies to the whole CSP Sub-Element. If the array length is > 1, \
each array element specifies the FQDN of the CSP SubElement component to switch ON.
:type: 'DevVarStringArray'
:return: None
"""
pass
@@ -547,12 +551,11 @@ class CspSubElementMaster(SKAMaster):
'racks', even if they can contro a different phisical arrangement.
:param argin: 'DevVarStringArray'
If the array length is 0, the command applies to the whole
CSP Sub-element.
If the array length is > 1, each array element specifies the FQDN of the
CSP SubElement component to switch OFF.
:param argin: The list of sub-element components FQDNs: if the array length is 0 (no list \
specified), the command applies to the whole CSP sub-element. If the array length \
is > 1, each array element specifies the FQDN of a CSP SubElement component to switch \
off.
:type: 'DevVarStringArray'
:return: None
"""
pass
@@ -574,12 +577,11 @@ class CspSubElementMaster(SKAMaster):
Transit the CSP Sub-element or one or more CSP SubElement components from ON/OFF to
STANDBY.
:param argin: 'DevVarStringArray'
If the array length is 0, the command applies to the whole
CSP sub-element.
If the array length is > 1, each array element specifies the FQDN of the
CSP SubElement icomponent to put in STANDBY mode.
:param argin: The list of sub-element components FQDNs: if the array length is 0 (no list \
specified), the command applies to the whole CSP sub-element. If the array length \
is > 1, each array element specifies the FQDN of a CSP SubElement component to put \
in STANDBY mode.
:type: 'DevVarStringArray'
:return: None
"""
pass
@@ -591,7 +593,6 @@ class CspSubElementMaster(SKAMaster):
defUpgrade(self):
# PROTECTED REGION ID(CspSubElementMaster.Upgrade) ENABLED START #