def open(self): if False: from n2adr.station_hardware import StationControlGUI self.GUI = StationControlGUI(self.application.main_frame, self, self.application, self.conf) self.GUI.Show() self.anttuner.open() return BaseHw.open(self)
def open(self): self.OpenPort() QS.invert_spectrum(self.invert) t = BaseHardware.open(self) # save the message return t
def open(self): self.anttuner.open() return BaseHw.open(self)