exopy.measurement.monitors.text_monitor.entry module

Entries that can be displayed by the text monitor.

class exopy.measurement.monitors.text_monitor.entry.MonitoredEntry[source]

Bases: exopy.utils.atom_util.HasPrefAtom

Entry to display by the text monitor.

name

User understandable name of the monitored entry.

path

Full name of the entry as found or built from the database.

formatting

Formatting of the entry.

value

Current value that the monitor should display.

depend_on

List of database entries the entry depend_on.

update(database_vals)[source]

Method updating the value of the entry given the current state of the database.