Skip to main content

A python package to turn your device into an SCPI end point

Project description

pyscpidev

A python package to turn your device into an SCPI instrument.

Concept

This package intends to make it easy for developers to turn any device that can run python(3) and has some kind of communication interface, e.g. serial or Ethernet, into an SCPI instrument. SCPI commands look like

MEASure:VOLTage?
CONFigure[:VOLTage][:DC] [{<range>|AUTO|MIN|MAX|DEF}]

Short Term Plan

Get the basic stuff running...

Mid Term Plan

Implement some samples for RaspberryPi.

Long Term Plan

Implement a web application to be able to serve HTTP requests and show some nice GUI.

Installation

I intend to publish this package on PyPi. For now you need to download the code and run the following command from the root directory.

python3 -m pip install -e .

Usage

import scpidev

Further Reads

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scpidev-0.0.1a0.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

scpidev-0.0.1a0-py3-none-any.whl (9.9 kB view hashes)

Uploaded Python 3

Supported by

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