Skip to content
Guillaume Baty edited this page Mar 31, 2015 · 1 revision

OpenAleaLab services

Controls

Create and register a new control

from openalea.core.service.control import new_control
dt = new_control('dt', 'IFloat', value=0.1, constraints=dict(min=1, max=2, step=0.1)

To change value programmatically

dt.value = 0.3

Data

Clone this wiki locally