Experiment Runner is responsible for configuring the system for a specific sub experiment (ex Sweep Phi) and runs that sub experiment.
Details
Create an overall function for running an experiment and use switch statements to select between the various sub experiments
Not all sub experiments need to be defined yet
May connect to USB devices, but since this is a start it may not be necessary. May be more important to focus on the rough structure and have others fill things out later.
Overview
Experiment Runner is responsible for configuring the system for a specific sub experiment (ex Sweep Phi) and runs that sub experiment.
Details