This repository contains code for doing scanning SQUID measurements at the QTM/ICE research group.
The files and folders are organised as follows:
- SSMiSS.py is the main file of the project. Running this will start the suite.
- utils.py is a file holding some utility functions.
- Modules has the files for the different modules of the suite.
- Instruments contains files with classes for isntrument communication.
To run the file, a Python installation 3.x is required (this was made in 3.11.7 with an Anaconda distribution). In addition, the following packages need to be installed:
- pyqtgraph
- pyvisa
- nidaqmx
- nptdms
- numpy
- pandas
A user manual also detailing the different modules is provided as manual.pdf.