| Home | Trees | Indices | Help |
|
|---|
|
|
enthought.traits.api.HasTraits --+
|
SystemMonitor
Monitors the system and takes action if there is a problem
|
| Class Hierarchy for SystemMonitor |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
errors = List()
|
|||
open = False
|
|||
test = Button
|
|||
error_event = Bool(False)
|
|||
gauge_manager = Instance(GaugeManager)
|
|||
|
|||
load the setup file and parse in the criteria. create a dictionary of
criteria Example System Monitor setupfile: #gauge name, criterion gauge0,>50 gauge1,>50 gauge2,>50 the system monitor with trip when are gauge pressure exceeds (or the opposite of exceeds) the criterion.
Note: there is no established opposite of exceeds |
Handler for changes to any of the
|
record an error
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Nov 22 12:51:57 2009 | http://epydoc.sourceforge.net |