No def for _get_times_and_values in library.py

Post your Linux discussions here
Post Reply
antonyLHart
Newbie
Posts: 0
Joined: Thu Oct 04, 2018 11:57 am

No def for _get_times_and_values in library.py

Post by antonyLHart »

Hello,

I am using the picosdk-python-wrappers-master/picosdk downloaded from github. I am running this on raspian stretch. The examples work and I have also had success in running block mode in a loop to refresh the plot output. However, this does not run quite as effeciently as required. Therefore I need to run the device in ets mode. Big problem here, the application crashes upon a call to the '_get_times_and_values' class. I believe this is because there is no class def in library.py. I cannot run ets mode without '_get_times_and_values'. I am concerned as this is a show stopper for me at this point and I don't think creating this definition is something I am going to be able to do.
I will include my application should it help. Can you please tell me if this is something you are going to be able to implement?

Thanks

Antony
Attachments
Autotest_ETS_Problem.txt
(6.08 KiB) Downloaded 649 times

Hitesh

Re: No def for _get_times_and_values in library.py

Post by Hitesh »

Hi antonyLHart,

We've noted your issue raised on GitHub and a colleague will be looking into this. We hope to provide an update as soon as possible.

Regards,

Post Reply