exopy.measurement.monitors.text_monitor.rules.std_rules module¶
Rules allow to defines some automatic handling of database entries in the TextMonitor.
-
class
exopy.measurement.monitors.text_monitor.rules.std_rules.RejectRule[source]¶ Bases:
exopy.measurement.monitors.text_monitor.rules.base.BaseRuleAutomatically remove an entry matching one of the specified suffixes.
-
class
exopy.measurement.monitors.text_monitor.rules.std_rules.FormatRule[source]¶ Bases:
exopy.measurement.monitors.text_monitor.rules.base.BaseRuleCreate a new entry with a special formatting if some entries exist.
Simple entries which would be redundant with the informations contained in the new formatting can be automatically hidden.
-
new_entry_formatting¶ The format in which the new entry created by the rule should be displayed
-
new_entry_suffix¶ The suffix of the new entry created by the rule.
-
hide_entries¶ Whether or not to hide the entries used by the rules.
-