Modern Python wrapper for PicoSDK
Project description
Welcome to pyPicoSDK Documentation
Installation
Via Pip
- Install the package via pip
pip install -i https://test.pypi.org/simple/ pypicosdk - In your
main.pyaddimport pypicosdkorimport pypicosdk as psdk
Via GitHub (Inc examples)
- Install github repository to folder
git clone https://github.com/JamesPicoTech/pyPicoSDK.git - In the root directory (where setup.py is) run
pip install . - In your
main.pyaddimport pypicosdkorimport pypicosdk as psdk
Quickstart
To test functionality of this library, copy and run the following python script:
import pypicosdk as psdk
scope = psdk.ps6000a()
scope.open_unit()
print(scope.get_unit_serial())
scope.close_unit()
The output should be similar to:
JR001/001
Once tested, try an example script from github to get started.
Useful links and references
- Documentation & Reference
- GitHub Repo (with examples)
- pypi (src repo)
- pypi-nightly (dev repo)
- PicoScope Support (Compatibility)
Version Control
pyPicoSDK: 0.2.22.dev2
Docs: 0.1.3
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pypicosdk_nightly-0.2.22.dev2-py3-none-any.whl.
File metadata
- Download URL: pypicosdk_nightly-0.2.22.dev2-py3-none-any.whl
- Upload date:
- Size: 10.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10247b2f9991f7fe22fe386405bdd19cfb60e3e2480ffa63467a3f5910f5299e
|
|
| MD5 |
c9fb3521aa984d9ba986d675eebc8479
|
|
| BLAKE2b-256 |
8dbcccf52bba0c47150e4575bfe8b8fa30460a3f51f812a6c70c674deb863702
|