This class contains methods that simplify setting up and running an experiment.
The arbitFit method accepts two arrays, the fitting function, and a keyword argument ‘guess’ that is an array containing guess values for the various fiting parameters. Guess values can be obtained using the getGuessValues based on a keyword argument ‘func’ which as of this moment can be either ‘sine’ or ‘damped sine’
Creates a QTimer that executes ‘func’ every ‘interval’ milliseconds all additional arguments passed to this function are passed on as arguments to func
Refer to the source code for experiments such as diodeIV, Bandpass filter etc.