##// END OF EJS Templates
imanay -
r220:221
parent child
Show More
@@ -56,7 +56,7
56 datarpta = self.__changeBeam(cmd = cmd, rx_buffer = rx_buffer)
56 datarpta = self.__changeBeam(cmd = cmd, rx_buffer = rx_buffer)
57
57
58 if cmd == "ANST":
58 if cmd == "ANST":
59 datarpta = self.__getControlModuleStatus(cmd = cmd, rx_buffer = rx_buffer)
59 datarpta = self.__getControlModuleStatus_old(cmd = cmd, rx_buffer = rx_buffer)
60
60
61 if cmd == "BGPH":
61 if cmd == "BGPH":
62 datarpta = self.__getControlModuleBigPhase(cmd = cmd, rx_buffer = rx_buffer)
62 datarpta = self.__getControlModuleBigPhase(cmd = cmd, rx_buffer = rx_buffer)
@@ -355,7 +355,7
355
355
356 return self.tx_buffer
356 return self.tx_buffer
357
357
358 def getControlModuleStatus(self, cmd):
358 def __getControlModuleStatus_old(self, cmd):
359
359
360 all_blocks = ""
360 all_blocks = ""
361 # enaModules = self.checkAntenna()
361 # enaModules = self.checkAntenna()
General Comments 0
You need to be logged in to leave comments. Login now