HW_srs_sg380 (UBene)
No description available.
- GitHub Repository
- Last Updated: 2023-01-28T19:26:15Z
To add to your microscope
cd to/your_project_folder
and use the following cmd (requires git)
mkdir ScopeFoundryHW/srs_sg380 && cd ScopeFoundryHW/srs_sg380 && git init --initial-branch=main && git remote add upstream_UBene https://github.com/UBene/HW_srs_sg380 && git pull upstream_UBene main && cd ../..
Readme
ScopeFoundryHW.srs_sg380
ScopeFoundry hardware plug-in to control Stanford Research Systems (SRS) RF Signal Generators 380 series. Device can be controlled through RS232 or GPIB.
ScopeFoundry is a Python platform for controlling custom laboratory experiments and visualizing scientific data
This software is not made by or endorsed by the device manufacturer
Author
Benedikt Ursprung
Requirements
* ScopeFoundry
* numpy
* pyvisa >1.12.0 (For GPIB control)
* serial (For RS232 control)
History
0.1.0 2023-01-28 Initial public release.
Plug-in has been used internally and has been stable.