exopy.measurement.monitors.text_monitor.plugin module¶
Plugin managing the preferences of the TextMonitor such as rules.
-
class
exopy.measurement.monitors.text_monitor.plugin.TextMonitorPlugin[source]¶ Bases:
exopy.utils.plugin_tools.HasPreferencesPluginPlugin managing the preferences of the TextMonitor.
-
default_rules¶ A member which allows list values.
Assigning to a list creates a copy. The orginal list will remain unmodified. This is similar to the semantics of the assignment operator on the C++ STL container classes.
-
rule_types¶ A member which allows list values.
Assigning to a list creates a copy. The orginal list will remain unmodified. This is similar to the semantics of the assignment operator on the C++ STL container classes.
-
rules¶ A member which allows list values.
Assigning to a list creates a copy. The orginal list will remain unmodified. This is similar to the semantics of the assignment operator on the C++ STL container classes.
-