# SVN changeset patch # User imanay # Date 2013-08-08 21:14:38.941243 # Revision 221 Index: trunk/absroot/source/abspy/bin/server3.py =================================================================== diff --git a/trunk/absroot/source/abspy/bin/server3.py b/trunk/absroot/source/abspy/bin/server3.py --- a/trunk/absroot/source/abspy/bin/server3.py (revision 220) +++ b/trunk/absroot/source/abspy/bin/server3.py (revision 221) @@ -56,7 +56,7 @@ datarpta = self.__changeBeam(cmd = cmd, rx_buffer = rx_buffer) if cmd == "ANST": - datarpta = self.__getControlModuleStatus(cmd = cmd, rx_buffer = rx_buffer) + datarpta = self.__getControlModuleStatus_old(cmd = cmd, rx_buffer = rx_buffer) if cmd == "BGPH": datarpta = self.__getControlModuleBigPhase(cmd = cmd, rx_buffer = rx_buffer) @@ -355,7 +355,7 @@ return self.tx_buffer - def getControlModuleStatus(self, cmd): + def __getControlModuleStatus_old(self, cmd): all_blocks = "" # enaModules = self.checkAntenna()