Index: trunk/absroot/source/abspy/bin/client3.py =================================================================== diff --git a/trunk/absroot/source/abspy/bin/client3.py b/trunk/absroot/source/abspy/bin/client3.py --- a/trunk/absroot/source/abspy/bin/client3.py (revision 223) +++ b/trunk/absroot/source/abspy/bin/client3.py (revision 224) @@ -71,8 +71,12 @@ def getControlModuleStatus(self, data): - data = self.__ConnectionWithCentralControl(cmd = "ANST", data = data) - self.__writeFile("report.txt", data) + bits = self.__ConnectionWithCentralControl(cmd = "ANST", data = data) + #self.__writeFile("report.txt", data) + + print "Report:\n" + print "======:\n" + print bits def getControlModulePhase(self, opt, u = "50", pw = "10"):