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