Gary Steele
Gary Steele
Thanks, this is great! I'll check out a copy of the python3-only branch and have a look. In the meantime, I've had some strange things with the scaling, but try...
Hmmm...I'm not having so much luck with `single()` Here is my code: ``` s.input1 = 'in1' s.input2 = 'in2' s.decimation = 1024 # or s.duration =0.01 s.average = False s.average...
I'm current running from a pip installation Indeed, the GUI runs fine with a long duration, but if I go to a short duration and click run_continuous, then the screen...
No problem! Took me some poking around but I managed in the end. I find it not any worse that the RP SCPI docs (which are also scant). And the...
> I would not mind to move towards a bokeh GUI in the long term Some inspiration code: A scope and spectrum analyzer with Live plotting using Bokeh in a...
Hi Samuel, No problem on the delay, happy new year to you too! Indeed, I was trying the same thing myself, but the problem seems to be that the asynchronous...
I found a solution after some digging: https://github.com/ipython/ipykernel/issues/825 so my code is all working again :) But still, longer term, I think it would be valuable to decouple the QT...
(I'm currently working on the python3_only branch)
an update: I am guessing that `na.curve()` has been replaced with `na.single()`? This code runs: ``` t0 = time.time() # shortcut for na na = p.networkanalyzer na.iq_name = 'iq1' #...
I noticed a mistake in my calculation: 1001*1*10 = 10 seconds, so the factor is only 5...I'll dig a bit in the code to try to understand better how it...