Example #1
0
 def getParam(self, name):
     """ 
         Set the value of a model parameter
         @param name: name of the parameter
         @return: value of the parameter
     """
     return BaseComponent.getParamWithToken(self, name, 'mul', self.other)