Python SDK, anyScopeExamples/block.py fails for 5000 series

Post general discussions on using our drivers to write your own software here
Post Reply
robert.nyman
Newbie
Posts: 0
Joined: Thu Sep 17, 2020 9:06 am

Python SDK, anyScopeExamples/block.py fails for 5000 series

Post by robert.nyman »

Hello,

In trying to grab some data from a couple of different oscilloscope models (2406B, 5444D) I found that the simplest example code, ./anyScopeExamples/block.py fails for the 5000 series, despite working fine for the 2000 series. The error traces back to the method _python_get_timebase of Library class which raises the NotImplementedError("not done other driver types yet") error.

Is there any likelihood that the 5000-series driver will be implemented soon? Alternatively, is there a very simple (high-level) example code I can use to acquire a block of data from either a 2000- or 5000-series 'scope without having to handle too many of the low-level functions?

Thanks,
Rob

molluca
Newbie
Posts: 0
Joined: Sat Feb 13, 2021 5:08 pm

Re: Python SDK, anyScopeExamples/block.py fails for 5000 series

Post by molluca »

Hi,

I also have the same problem.
Is there any update on the support of ps5000?

BR
Luca

Post Reply