exopy.measurement.monitors.text_monitor.monitor_views module¶
Widgets associated with the TextMonitor.
-
class
exopy.measurement.monitors.text_monitor.monitor_views.TextMonitorEdit(parent=None, **kwargs)¶ Bases:
enaml.widgets.container.ContainerWidget used to edit the TextMonitor parameters during the measurement edition.
-
monitor¶ 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.
-
selected¶ 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.
-
-
class
exopy.measurement.monitors.text_monitor.monitor_views.TextMonitorItem(parent=None, **kwargs)¶ Bases:
exopy.measurement.monitors.base_monitor.BaseMonitorItemDockItem the monitor infos about the measurement.
-
max_height¶ 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.
-