Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help on picoscope module installation and use (list of commands) #165

Open
eldarintar opened this issue Jun 17, 2020 · 3 comments
Open

Help on picoscope module installation and use (list of commands) #165

eldarintar opened this issue Jun 17, 2020 · 3 comments

Comments

@eldarintar
Copy link

Hello,

I am trying to use python to access my Picoscope 3205D device, but after installing the module, I can’t find any description on how to use it, i.e. a list of all commands and their effects.

Does someone have a documentation on these commands ?

@colinoflynn
Copy link
Owner

The documentation is really in the source files - it's all Python API, not so much "commands". These just implement the picoscope API, you can see the picoscope documentation for those.

Note this isn't the official picoscope interface either, you may get better support from their forum for more general questions.

@eldarintar
Copy link
Author

I found this documentation but it doesn’t help with programming in python.
I looked at the examples of the package but none is working, I keep having diverse error messages… The kind of documentation I am looking for is the one that could e.g. help me write such programs : the name on the modules to lobd, how to connect to a device, to set thing and get the data back.

@hmaarrfk
Copy link
Collaborator

You may wish to start studying:
https://github.com/colinoflynn/pico-python/blob/master/picoscope/ps3000.py

the picoscope.py file, calls these little wrappers on the C functions to make the code feel more like python.

We don't know how the picoscopes work internally, so we purposefully avoided writing an kind of documentation.

We feel that the manual you found, along with the python source code we wrote, should be enough to get going.

As always, there are installation issues. We encourage you to search through the issues on github where many users may have already faced similar ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants