Skip to main content

Modern Python wrapper for PicoSDK

Project description

Fancy logo

Welcome to pyPicoSDK Documentation

Installation

Prerequisites

  1. Go to PicoTech downloads picotech.com/downloads
  2. Find your PicoScope in the list and click through
  3. Download and install PicoSDK for your operating system

Via Pip

  1. Install the package via pip pip install pypicosdk
  2. In your main.py add import pypicosdk or import pypicosdk as psdk

Via GitHub (Inc examples)

  1. Install github repository to folder git clone https://github.com/picotech/pyPicoSDK.git
  2. In the root directory (where setup.py is) run pip install .
  3. In your main.py add import pypicosdk or import pypicosdk as psdk

Python requirements

When installing pyPicoSDK, the following dependency is automatically installed:

  • numpy

To run the provided examples, the following additional Python packages are required:

  • matplotlib
  • scipy
  • numpy (installed automatically with pyPicoSDK)

To install the example depedancies use one of the following commands: pip install matplotlib scipy numpy or pip install -r requirements.txt

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.

Full getting started

For our full getting started guide, click here to go to our full knowledge base article.

Issues

For details on raising an issue, find information here: Issue documentation

Compatibility

Current PicoScope support:

  • PicoScope 6000E (ps6000a drivers)
  • PicoScope 3000E (psospa drivers)
  • PicoScope 5000D (ps5000a drivers) More info here

Useful links and references

Version Control

pyPicoSDK: 1.7.4

Docs: 0.4.2

Project details


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

If you're not sure about the file name format, learn more about wheel file names.

pypicosdk-1.7.4-py3-none-any.whl (81.7 kB view details)

Uploaded Python 3

File details

Details for the file pypicosdk-1.7.4-py3-none-any.whl.

File metadata

  • Download URL: pypicosdk-1.7.4-py3-none-any.whl
  • Upload date:
  • Size: 81.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pypicosdk-1.7.4-py3-none-any.whl
Algorithm Hash digest
SHA256 1c7db77e6b7f8bdd47a3e50da4fec88c20e2f6e56e192b34d2b9ce207e722ff3
MD5 4408441aa44cc79beb9ccf5da402b3f7
BLAKE2b-256 fe521dffc4fc37382ce4a35d5ce937d45b7b07cd86942a8b9b338db852760aec

See more details on using hashes here.

Provenance

The following attestation bundles were made for pypicosdk-1.7.4-py3-none-any.whl:

Publisher: python-build-publish.yml on picotech/pyPicoSDK

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page