Ejemplo n.º 1
0
 def __init__(self, app, conf):
     BaseHw.__init__(self, app, conf)
     self.GUI = None
     self.vfo_frequency = 0  # current vfo frequency
     self.v2filter = None
     # Other hardware
     self.anttuner = station_hardware.AntennaTuner(
         app, conf)  # Control the antenna tuner
     self.controlbox = station_hardware.ControlBox(
         app, conf)  # Control my Station Control Box
Ejemplo n.º 2
0
 def __init__(self, app, conf):
   BaseHardware.__init__(self, app, conf)
   self.usingSpot = False		# Use bit C2[7] as the Spot indicator