¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Extra bottomWidget line?


 

Hello Ben,

Make sure your new file contains the lines to import
hermes/quisk_widgets.py ... the "from hermes.quisk_widgets" line, as
well as the "class BottomWidgets" line.
thanks a lot, that really helped. I'm attempting the same for the
Hardrock 50 Amp. So I got some text widgets and a tune button which
triggers my method. All good so far. I also hooked into UpdateText like
this:

def UpdateText(self):
super().UpdateText()
# PA Fwd Power
self.pa_text_fwd_power.SetLabel("60 W")
self.pa_text_swr.SetLabel("1:1.5")
self.pa_text_temperature.SetLabel("60" + u'\u2103')


The question would be how long would I be allowed to block in that
method? I have some python code to talk to the Hardrock AMP via USB
Serial and would consider adding some RPC service to call into this
remotely. So I'd need to fetch values via the network.

73 OE6HKE

Join [email protected] to automatically receive all group messages.