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.3

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.3-py3-none-any.whl (78.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pypicosdk-1.7.3-py3-none-any.whl
  • Upload date:
  • Size: 78.9 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 8471ea3fb7146abb5904b855a36d26d73570a1508943d0d65c99c908510f4447
MD5 a0495af55e02029860f4d3d78ac00cf8
BLAKE2b-256 37d40bd6c13d6b96f3c689fd5eed592901e53ca67d88c9e0bb850177c2e93513

See more details on using hashes here.

Provenance

The following attestation bundles were made for pypicosdk-1.7.3-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