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

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pypicosdk-1.7.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c713fbd4642bfd79a0758c086e5167c11a4bdf9177d2ae08ef648087dabaf425
MD5 6bc4b6ba2ec29b982dfb0f1d4894ddd5
BLAKE2b-256 7aa14d46e3adaa61da3dc7e710cc202959e2b6eaa75078ad365872b082fbbee2

See more details on using hashes here.

Provenance

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