.. include:: Displays subpackage =================== Performing an :doc:`experiment ` is one thing, but usually one likes to see the data obtained during recording. This is what displays are designed for. An :doc:`experiment ` can have one or more displays that get updated automatically during the experiment run using the event--listener pattern. The base class for displays is :class:`+eprcontrol.+displays.Display`. Every display should inherit from this class. Classes ------- .. toctree:: :maxdepth: 1 .. automodule:: +eprcontrol.+displays :members: :private-members: