.. include:: Configurations subpackage ========================= Many things need configuration, and changing values in a configuration file can at the same time be much easier than having to hard-wire something in code. Eventually, each part of the eprcontrol package should be fully configurable, allowing the end user to only change parameters in configuration files to change not only experimental parameters, but the composition of :doc:`setups ` as well. The base class for configurations is :class:`+eprcontrol.+configurations.Configuration`. Every configuration should inherit from this class. Classes ------- .. toctree:: :maxdepth: 1 .. automodule:: +eprcontrol.+configurations :members: :private-members: