Loading csp-lmc-common/csp_lmc_common/CspSubarray.py +1 −1 Original line number Diff line number Diff line Loading @@ -863,7 +863,7 @@ class CspSubarray(SKASubarray): # sub-component command execution measured time sc_cmd_duration_measured = defaultdict(lambda:defaultdict(lambda:0)) # loop on the devices and issue asynchrnously the Configure command command_progress = trget_device._cmd_progress[cmd_name] command_progress = target_device._cmd_progress[cmd_name] # flag to signal when configuration ends on a sub-array sub-component device_done = defaultdict(lambda:False) # inside the end-less lop check the obsState of each sub-component Loading Loading
csp-lmc-common/csp_lmc_common/CspSubarray.py +1 −1 Original line number Diff line number Diff line Loading @@ -863,7 +863,7 @@ class CspSubarray(SKASubarray): # sub-component command execution measured time sc_cmd_duration_measured = defaultdict(lambda:defaultdict(lambda:0)) # loop on the devices and issue asynchrnously the Configure command command_progress = trget_device._cmd_progress[cmd_name] command_progress = target_device._cmd_progress[cmd_name] # flag to signal when configuration ends on a sub-array sub-component device_done = defaultdict(lambda:False) # inside the end-less lop check the obsState of each sub-component Loading