Search found 3 matches

by erikiverson
Tue Aug 24, 2021 3:28 pm
Forum: PicoScope 6 for Linux
Topic: Can't use any python librairy
Replies: 3
Views: 10286

Re: Can't use any python librairy

I have this same problem. It seems like the range is supposed to be specified in an enum, in ps6000.py ps6000.PS6000_RANGE = make_enum([ "PS6000A_10MV", "PS6000_20MV", "PS6000_50MV", "PS6000_100MV", "PS6000_200MV", "PS6000_500MV", "PS6000_1V", "PS6000_2V", "PS6000_5V", "PS6000_10V", "PS6000_20V", "P...
by erikiverson
Tue Jun 08, 2021 1:12 am
Forum: General Software Discussions
Topic: nosetests for picosdk-python-wrappers
Replies: 4
Views: 6430

Re: nosetests for picosdk-python-wrappers

I realize nose is a python module for testing. And I have it. This doesn't answer my question.
by erikiverson
Fri Jun 04, 2021 5:33 pm
Forum: General Software Discussions
Topic: nosetests for picosdk-python-wrappers
Replies: 4
Views: 6430

nosetests for picosdk-python-wrappers

The readme says to run

Code: Select all

nosetests
in the root of the repo. But I don't see this file there. Is it important to run the unit tests, I wonder?