
Change-Id: I05c6c1d5bef2d6e4bce6a6130793bf8a8ed9bd6c Reviewed-on: https://forge.frm2.tum.de/review/17272 Tested-by: JenkinsCodeReview <bjoern_pedersen@frm2.tum.de> Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
27 lines
488 B
INI
27 lines
488 B
INI
[node test config]
|
|
description=description of the simulation sec-node
|
|
.
|
|
Testing simulation dummy setup.
|
|
|
|
[interface tcp]
|
|
interface=tcp
|
|
bindto=0.0.0.0
|
|
bindport=10767
|
|
# protocol to use for this interface
|
|
framing=eol
|
|
encoding=secop
|
|
|
|
|
|
[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
|
|
|