Example #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})
Example #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
     })
Example #3
0
 def configure(self, config):
     ModulePoint.configure(self, config)
Example #4
0
 def __init__(self):
     ModulePoint.__init__(self)
Example #5
0
 def __init__(self, name, config):
     ModulePoint.__init__(self)
     return
Example #6
0
 def __init__(self,name,config):
     ModulePoint.__init__(self)
     return
Example #7
0
 def configure(self, config):
     ModulePoint.configure(self, config)
Example #8
0
 def __init__(self):
     ModulePoint.__init__(self)