##// END OF EJS Templates
Monitoring test
imanay -
r251:252
parent child
Show More
@@ -289,9 +289,9
289 def __getControlModuleStatus_new(self, cmd, type): No newline at end of file
289 def __getControlModuleStatus_new(self, cmd, type):
290 No newline at end of file
290
291 cm_lst = self.__gettingDataFromControlModules(self, cmd, rx_buffer = type)
291 cm_lst = self.__gettingDataFromControlModules(self, cmd, rx_buffer = type)
No newline at end of file
292 out_str = self.__processingCMdata(in_data = cm_lst, type = type)
292 out_lst = self.__processingCMdata(in_data = cm_lst, type = type)
No newline at end of file
No newline at end of file
293
293
No newline at end of file
No newline at end of file
294 return out_str No newline at end of file
294 return "".join(lst_out) No newline at end of file
295 No newline at end of file
295
296 def __gettingDataFromControlModules(self, cmd, rx_buffer): No newline at end of file
296 def __gettingDataFromControlModules(self, cmd, rx_buffer):
297 No newline at end of file
297
General Comments 0
You need to be logged in to leave comments. Login now