Ejemplo n.º 1
0
 def configure(self, config):
     ModulePoint.configure(self,config)
     range_name = config[self.parent.range_attribute]
     range = Range.map[range_name]
     ion = mpx.lib.factory('mpx.ion.configured_point')
     ion.configure({'name':range.unit,'parent':self,'unit':range.unit,
                    'min':range.min,'max':range.max})
Ejemplo n.º 2
0
 def configure(self, config):
     ModulePoint.configure(self, config)
     range_name = config[self.parent.range_attribute]
     range = Range.map[range_name]
     ion = mpx.lib.factory('mpx.ion.configured_point')
     ion.configure({
         'name': range.unit,
         'parent': self,
         'unit': range.unit,
         'min': range.min,
         'max': range.max
     })
Ejemplo n.º 3
0
 def configure(self, config):
     ModulePoint.configure(self, config)
Ejemplo n.º 4
0
 def __init__(self):
     ModulePoint.__init__(self)
Ejemplo n.º 5
0
 def __init__(self, name, config):
     ModulePoint.__init__(self)
     return
Ejemplo n.º 6
0
 def __init__(self,name,config):
     ModulePoint.__init__(self)
     return
Ejemplo n.º 7
0
 def configure(self, config):
     ModulePoint.configure(self, config)
Ejemplo n.º 8
0
 def __init__(self):
     ModulePoint.__init__(self)