##// END OF EJS Templates
imanay -
r223:224
parent child
Show More
@@ -71,8 +71,12
71 71
72 72 def getControlModuleStatus(self, data):
73 73
74 data = self.__ConnectionWithCentralControl(cmd = "ANST", data = data)
75 self.__writeFile("report.txt", data)
74 bits = self.__ConnectionWithCentralControl(cmd = "ANST", data = data)
75 #self.__writeFile("report.txt", data)
76
77 print "Report:\n"
78 print "======:\n"
79 print bits
76 80
77 81 def getControlModulePhase(self, opt, u = "50", pw = "10"):
78 82
General Comments 0
You need to be logged in to leave comments. Login now