Example #1
0
 def configuration(self):
     config = Translator.configuration(self)
     get_attribute(self, 'multiplier', config, str)
     get_attribute(self, 'offset', config, str)
     return config
Example #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
Example #3
0
 def configuration(self):
     config = Translator.configuration(self)
     get_attribute(self,'multiplier',config,str)
     get_attribute(self,'offset',config,str)
     return config
Example #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