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