
Change-Id: Ide72fb915c3ca93c74edadd8952853508e677de7 Reviewed-on: https://forge.frm2.tum.de/review/19199 Tested-by: JenkinsCodeReview <bjoern_pedersen@frm2.tum.de> Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
24 lines
419 B
INI
24 lines
419 B
INI
[node test config]
|
|
description=description of the simulation sec-node
|
|
.
|
|
Testing simulation dummy setup.
|
|
|
|
[interface tcp]
|
|
type=tcp
|
|
bindto=0.0.0.0
|
|
bindport=10767
|
|
|
|
|
|
[module sim]
|
|
class=secop.simulation.SimDrivable
|
|
.description=simulation stuff
|
|
.extra_params=param3,param4,jitter,ramp
|
|
param3.datatype=['bool']
|
|
param3.default=True
|
|
param3.readonly=False
|
|
jitter.default=1
|
|
ramp.default=60
|
|
value.default=123
|
|
target.default=42
|
|
|