A Python package to interract with Siglent SDS Oscilloscpe series
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
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 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
|