| Home | Trees | Indices | Help |
|
|---|
|
|
enthought.traits.api.HasTraits --+
|
base_extraction_line_manager.BaseExtractionLineManager --+
|
GaugeManager
This is the controller of gauges.
all gauge commands should be sent through the controllers scan queue
|
| Class Hierarchy for GaugeManager |
|
|||
|
|||
| boolean |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
tuple
|
|
||
|
|||
|
|||
|
|||
|
|||
| LEDEditor |
|
||
View
|
|
||
|
|||
gauges = List(BaseGauge)
|
|||
name = Str
|
|||
pressure = Str
|
|||
selected = Any
|
|||
| Inherited from base_extraction_line_manager.BaseExtractionLineManager | |||
|---|---|---|---|
extraction_line = Any
|
|||
|
|||
create the queue |
|
get the gauge by name
|
set up the gauge manager by loading a setup file
|
loop thru the gauge list
|
executes a command sent by the scan thread
|
method for toggling gauge power this is only relevant for ION gauges
|
private method to add gauge to the gauge list
|
private method to parse scanthread commands
|
handler for adds command to queue
|
Handler for
|
Handler for changes to
|
Handler for show the gauges data buffer
|
factory to add a LED widget to the view
|
default view for this class
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Nov 22 12:51:56 2009 | http://epydoc.sourceforge.net |