The expt_loader module

Code to load an experiment from XML data.

Functions

src.tools.expt_loader.loadExperiment(experimentFile)[source]

Load an experiment from a file.

Parameters :

experimentFile : str

The full path to the experiment which should be loaded.

Returns :

Experiment :

The experiment contained in the specified file.

Table Of Contents

Previous topic

The coordinates module

Next topic

The commandline module

This Page