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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scpidev-0.0.1a0.tar.gz.
File metadata
- Download URL: scpidev-0.0.1a0.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.13.0 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3f3fbbd94f8070c3b20450604135ce66755d79a6c192234091cd3eb65006e94
|
|
| MD5 |
61bba1833119acea4067fbe07414c545
|
|
| BLAKE2b-256 |
4119389dc0cc91f5e3173e6f035b4b09a04167cca5fe70c77e3a354ea6d92e17
|
File details
Details for the file scpidev-0.0.1a0-py3-none-any.whl.
File metadata
- Download URL: scpidev-0.0.1a0-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.13.0 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21b526e3fe0b26b4f56ae073edd77820107ee40f56c61321f06b05a55cff08bb
|
|
| MD5 |
01c49796e48822969992d438e1342d8a
|
|
| BLAKE2b-256 |
e6cbe963f5747e8be83ec444d1c934ba09c57b6ff5054e95d6e0fcfb8201fb18
|