diff --git a/tangostationcontrol/tangostationcontrol/devices/antennafield.py b/tangostationcontrol/tangostationcontrol/devices/antennafield.py index d3e762fb5405dda03103efcd13a80f0a17325e16..ab6597cbd70568ccd0a4c32411cdeb831b171a30 100644 --- a/tangostationcontrol/tangostationcontrol/devices/antennafield.py +++ b/tangostationcontrol/tangostationcontrol/devices/antennafield.py @@ -480,6 +480,9 @@ class AntennaField(lofar_device): # Turn on power to antennas that need it (and due to the ANT_mask, that we're using) self.proxy.write_attribute('RCU_PWR_ANT_on_RW', self.Antenna_Needs_Power) + # -------- + # Commands + # -------- @command() def configure_sdp(self): """ Configure SDP to process our antennas. """