Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.56 KB

README.md

File metadata and controls

54 lines (43 loc) · 1.56 KB

SPDev

This repository stores some manuals about SPDev series devices

manuals store in each device folder

File tree

.
├── README.md
├── SPDac
│   ├── examples
│   │   ├── SPDac_AWG.py
│   │   ├── SPDac_connect.py
│   │   └── SPDac_sweep.py
│   ├── README.md
│   ├── SPDac_env_cfg.bat
│   ├── SPDac_env_cfg.md
│   └── SPDac_env_cfg.sh
├── SPDev
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── __init__.cpython-311.pyc
│   │   ├── __init__.cpython-312.pyc
│   │   ├── __init__.cpython-39.pyc
│   │   ├── SPDAC.cpython-311.pyc
│   │   ├── SPDAC.cpython-312.pyc
│   │   └── SPDAC.cpython-39.pyc
│   └── SPDAC.py
└── SPSMU
    ├── examples
    │   ├── SPSmu_test_curr.py
    │   ├── SPSmu_test_hizi.py
    │   ├── SPSmu_test_hizv.py
    │   └── SPSmu_test_volt.py
    └── README.md

SPDac

SPDac is a device which can output 2 channel precision voltage & measure 4 channel SMA input voltage

AD5781.21

IMG_20240311_212338

SPSMU

SPSMU is a 16 channel source measure unit device.

IMG_20240615_110457