Ejemplo n.º 1
0
 def configuration(self):
     config = Translator.configuration(self)
     get_attribute(self, 'multiplier', config, str)
     get_attribute(self, 'offset', config, str)
     return config
Ejemplo n.º 2
0
 def configuration(self):
     config = Translator.configuration(self)
     get_attribute(self, 'activation', config, str)
     get_attribute(self, 'deactivation', config, str)
     get_attribute(self, 'intial_in_band', config, str)
     return config
Ejemplo n.º 3
0
 def configuration(self):
     config = Translator.configuration(self)
     get_attribute(self,'multiplier',config,str)
     get_attribute(self,'offset',config,str)
     return config
Ejemplo n.º 4
0
 def configuration(self):
     config = Translator.configuration(self)
     get_attribute(self, 'activation', config, str)
     get_attribute(self, 'deactivation', config, str)
     get_attribute(self, 'intial_in_band', config, str)
     return config