frappy/cfg/sim_cfg.py
Markus Zolliker da15df076a fetched mlz version
- before some chamges in the gerrit pipline

Change-Id: I33eb2d75f83345a7039d0fb709e66defefb1c3e0
2023-05-02 15:25:11 +02:00

19 lines
406 B
Python

Node('sim.test.config',
'description of the simulation sec-node\n'
'\n'
'Testing simulation dummy setup.',
'tcp://10767',
)
Mod('sim',
'frappy.simulation.SimDrivable',
'simulation stuff',
extra_params = 'param3,param4,jitter,ramp',
param3 = Param(default=True, datatype={'type': 'bool'}, readonly=False),
jitter = 1,
ramp = 60,
value = 123,
target = 42,
)