Пример #1
0
 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)
Пример #2
0
 def open(self):
     self.OpenPort()
     QS.invert_spectrum(self.invert)
     t = BaseHardware.open(self)  # save the message
     return t
Пример #3
0
 def open(self):
   self.OpenPort()
   QS.invert_spectrum(self.invert)
   t = BaseHardware.open(self)		# save the message
   return t
Пример #4
0
 def open(self):
     self.anttuner.open()
     return BaseHw.open(self)
Пример #5
0
 def open(self):
   self.anttuner.open()
   return BaseHw.open(self)