SDSpy 1.1.0
pip install SDSpy
Released:
A Python package to interract with Siglent SDS Oscilloscpe series
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v3 or later (GPLv3+) (GPL-3.0-or-later)
- Author: lheywang
- Maintainer: lheywang
- Tags PyVISA, SCPI, Siglent, SDS, Oscilloscope, Python
- Requires: Python <4.0, >=3.12
Classifiers
- License
- Programming Language
Project description
PySDS
PySDS is a Python package to exploit functionnalities of the Siglent SDS Oscilloscopes.
Installation :
You can simply do :
pip install SDSpy
Or, you can download the .whl package and install it by hand
pip install SDSpy[. . .].whl
Basic usage :
Here an extract of the example 1. Openning, how to use the lib
import SDSPy
Dev = SDSPy.PySDS("192.168.1.5")
if Dev.DeviceOpenned != 1: print("Failed to open the device") return -1
Dev.Channel[0].EnableTrace()
Dev.Channel[0].SetCoupling("D")
More advanced documentation is available on :
More advanced usages
All of the documentation is available on GitHub, at this link : Documentation.md
I'll describe everything you need to know !
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v3 or later (GPLv3+) (GPL-3.0-or-later)
- Author: lheywang
- Maintainer: lheywang
- Tags PyVISA, SCPI, Siglent, SDS, Oscilloscope, Python
- Requires: Python <4.0, >=3.12
Classifiers
- License
- Programming Language
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
File details
Details for the file sdspy-1.1.0.tar.gz
.
File metadata
- Download URL: sdspy-1.1.0.tar.gz
- Upload date:
- Size: 47.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c148b97b7c195649b07c13c39093df1652376ea067aa072f26e38ccdcc1d670c |
|
MD5 | e8dcaccdc75a791a345f9c8ce6344e77 |
|
BLAKE2b-256 | c265b090b5e14f4e10521562895d6d008525dba665f771c9ef4bf32df6c234bd |
File details
Details for the file sdspy-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: sdspy-1.1.0-py3-none-any.whl
- Upload date:
- Size: 63.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5be0055743cf7a9ac8e3ea71308cb94ae704169f4283fdc420886df42cca352 |
|
MD5 | 128ad3d328d08b2aa966c545ba0f9825 |
|
BLAKE2b-256 | 2296ab5eeade6d09fe30717fc57bcf292578f75863251ee90656c24ecff76680 |