Gary Steele

Results 45 comments of Gary Steele

I'm still having trouble interpreting any of the results from the NA code I've cross checked it with the bode analyzer from the RP, and this works fine (aside from...

I broke down and finally tried out the GUI (stubborn :)) Things look pretty good, these are my LPF and HPF in the GUI: Will see if I can get...

the feature around 12 MHz btw seems to be an impedance issue of RP...the real HPF is very flat on my VNA:

me too... :( rolling back to 3.9 and re-installing also did not work :( ``` File ~/micromamba/pyrpl/lib/python3.9/site-packages/pyrpl/widgets/attribute_widgets.py:677 672 def _set_widget_value(self, new_value): 673 self.widget.setCheckState( 674 self._gui_to_attribute_mapping.inverse[new_value]) --> 677 class DataWidget(pg.GraphicsWindow): 678...

OK, rolling back to 3.8 in a new env also gave me the same error about `GraphicsWindow` 😢 Must be a specific problem with the version of QT....will do some...

OK, downgrading to `pyqtgraph=0.12` solved the issue for me. And I needed `numpy=1.19` since `complex` is now gone and replaced with `complex128`... So in the end, the environment recipe that...

Sure, no problem. It was a while ago, but I think (?) this was the env that worked (I have 8 copies of environment attempts...) [pyrpl_env7.txt](https://github.com/lneuhaus/pyrpl/files/14099854/pyrpl_env7.txt)

probably there are some more libraries you need to force. do you have the full traceback of the error? If so, probably you can solve it by rebuilding a new...

Just an update: I decided also to try this by using IQ modules to generate signals: Unfortunately, this did not solve my problem: also with the IQ module generators, there...

(please ignore y axis label...it should be volts...)