Welcome to pyPicoSDK Documentation
Installation
Prerequisites
- Go to PicoTech downloads picotech.com/downloads
- Find your PicoScope in the list and click through
- Download and install PicoSDK for your operating system
Via Pip
- Install the package via pip
pip install pypicosdk
- In your
main.py
addimport pypicosdk
orimport 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.py
addimport pypicosdk
orimport 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.29
Docs: 0.1.5