##// END OF EJS Templates
imanay -
r245:246
parent child
Show More
@@ -81,8 +81,8
81 bits = self.__ConnectionWithCentralControl(cmd = "ANST", data = data)
81 bits = self.__ConnectionWithCentralControl(cmd = "ANST", data = data)
82 #self.__writeFile("report.txt", data)
82 #self.__writeFile("report.txt", data)
83
83
84 print "Report:\n"
84 print "Report:"
85 print "======:\n"
85 print "======:"
86 print bits
86 print bits
87
87
88 def getControlModuleStatus_test(self, data):
88 def getControlModuleStatus_test(self, data):
@@ -90,8 +90,8
90 mnt = self.__ConnectionWithCentralControl(cmd = "MNTR", data = data)
90 mnt = self.__ConnectionWithCentralControl(cmd = "MNTR", data = data)
91 #self.__writeFile("report.txt", data)
91 #self.__writeFile("report.txt", data)
92
92
93 print "MNTR:\n"
93 print "MNTR:"
94 print "======:\n"
94 print "======:"
95 print mnt
95 print mnt
96
96
97 def getControlModulePhase(self, opt, u = "50", pw = "10"):
97 def getControlModulePhase(self, opt, u = "50", pw = "10"):
General Comments 0
You need to be logged in to leave comments. Login now