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