Convert example configs to python
Fixes: #4627 Change-Id: I1049af9fa2f3f9ec06e55811dc9ecfa5f359c805
This commit is contained in:
18
cfg/sim_cfg.py
Normal file
18
cfg/sim_cfg.py
Normal file
@ -0,0 +1,18 @@
|
||||
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,
|
||||
)
|
Reference in New Issue
Block a user