def __init__(self):
     self.the_watch  = watch(resource('ska_low/tm_subarray_node/1')).for_a_change_on("obsState")
 def __init__(self):
     self.w  = watch(resource('ska_low/tm_subarray_node/1')).for_a_change_on("obsState")
     self.w1  = watch(resource('low-mccs/subarray/01')).for_a_change_on("obsState")
Example #3
0
 def __init__(self):
     self.the_watch = watch(
         resource("ska_low/tm_subarray_node/1")).for_a_change_on("obsState")
     self.w1 = watch(
         resource("low-mccs/subarray/01")).for_a_change_on("obsState")