exopy.measurement.workspace.monitors_window module

A window used to display monitors during a measurement execution.

class exopy.measurement.workspace.monitors_window.MonitorsWindow(parent=None, **kwargs)

Bases: enaml.widgets.window.Window

Window displaying monitors attached to a measurement in a dock area.

This window will close only if it is hidden first, otherwise it will simply hide. This allow to use a single window per session and hence preserve its position and layout.

dock_area
measurement

A value which allows objects of a given type or types.

Values will be tested using the PyObject_IsInstance C API call. This call is equivalent to isinstance(value, kind) and all the same rules apply.

The value of an Instance may be set to None.