olssonks / baecon

Basic Experimental Control
https://baecon.readthedocs.io
GNU General Public License v3.0
0 stars 0 forks source link

Create DSI SG4400L Device Class #34

Open olssonks opened 1 year ago

olssonks commented 1 year ago

Create a Device class for the DS Instruments SG4400L signal generator. The class can be nearly identical to the SRS SG380, except using different commands.

SG4400L commands listed here: https://www.dsinstruments.com/wp-content/uploads/2022/11/SG6000L-Command-List.pdf

The SRS SG380 can be used as a template for creating the SG4400L baecon Device class. So the SG4400L should have all the same methods, but using the command messages listed in the PDF.

SG4400L: https://github.com/olssonks/baecon/blob/dev/src/baecon/Devices/SG4400L/SG4400L.py SG380: https://github.com/olssonks/baecon/blob/dev/src/baecon/Devices/SG380/SG380.py

olssonks commented 1 year ago

Found the actual 4400L command list, which now shown in the issue.

This is the actual list: https://www.dsinstruments.com/wp-content/uploads/2022/11/SG6000L-Command-List.pdf