Exemplo n.º 1
0
 def init(self):
     """Initilise the predefined values"""
     AbstractActuator.init(self)
     self.initialise_values()
Exemplo n.º 2
0
 def init(self):
     """Initialise tolerance property"""
     AbstractActuator.init(self)
     self._tolerance = self.get_property("tolerance") or 1e-3
Exemplo n.º 3
0
 def init(self):
     AbstractActuator.init(self)
     self.update_limits((0, 100))
Exemplo n.º 4
0
 def init(self):
     """Get the proprrties read_only, default_value"""
     AbstractActuator.init(self)
 def init(self):
     """Initialise some parametrs."""
     AbstractActuator.init(self)
     self._tolerance = self.getProperty("tolerance") or 1e-3