/** Stops the current experiment (forever). Called when STOP button is pressed */
 void stopExperiment() {
   expRunner.stopExperiment();
 }