Metadata-Version: 2.1
Name: HallPy_Teach
Version: 0.1.5
Summary: A python library to aid physics students in performing lab activities. Developed for the School of Physics and Astronomy at the University of Glasgow.
Author-email: Shreyansh Fofandi <me@fofandi.dev>, "Dr. Ian MacLaren" <ian.maclaren@glasgow.ac.uk>
Classifier: Programming Language :: Python :: 3
Classifier: License :: Freely Distributable
Classifier: Intended Audience :: Education
Classifier: Framework :: Jupyter
Classifier: Operating System :: OS Independent
Classifier: Topic :: Education :: Computer Aided Instruction (CAI)
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE

# HallPy_Teach

### Get Started
> pip install hallpy_teach

## Description
This package uses PyVISA to control and read instruments (power supplies, multimeters etc.) to run experiments in the Physics Honours Laboratory, initially for Hall Effect, although control of Curie Weiss law is also envisaged. This automates the data acquisition and allows easy recording of many data points in patterns or intervals defined by the user, and produces data files containing the results in numpy arrays, suitable for plotting and data analysis.

## More information can be found on https://hallpy.fofandi.dev
