When selecting a new band before the 1st run I get this error and only the start frequency was changed:
Traceback (most recent call last):
File "/home/horo/projects/tinySA/QtTinySA/QtTinySA.py", line 563, in band_changed
start_freq_changed(False)
File "/home/horo/projects/tinySA/QtTinySA/QtTinySA.py", line 527, in start_freq_changed
tinySA.setPoints()
File "/home/horo/projects/tinySA/QtTinySA/QtTinySA.py", line 217, in setPoints
points = int((ui.span_freq.value()*1000)/(float(self.rbw)/2)) # values in kHz
^^^^^^^^
AttributeError: 'analyser' object has no attribute 'rbw'
easily done! I already spotted that one and fixed it. I also fixed the 'cversion?' problem at start-up, by a workaround, do you think that is something Erik should look at?
When selecting a new band before the 1st run I get this error and only the start frequency was changed: