@@ -56,7 +56,7 | |||
|
56 | 56 | datarpta = self.__changeBeam(cmd = cmd, rx_buffer = rx_buffer) |
|
57 | 57 | |
|
58 | 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 | 61 | if cmd == "BGPH": |
|
62 | 62 | datarpta = self.__getControlModuleBigPhase(cmd = cmd, rx_buffer = rx_buffer) |
@@ -355,7 +355,7 | |||
|
355 | 355 | |
|
356 | 356 | return self.tx_buffer |
|
357 | 357 | |
|
358 | def getControlModuleStatus(self, cmd): | |
|
358 | def __getControlModuleStatus_old(self, cmd): | |
|
359 | 359 | |
|
360 | 360 | all_blocks = "" |
|
361 | 361 | # enaModules = self.checkAntenna() |
General Comments 0
You need to be logged in to leave comments.
Login now