config: demo config fixes
Change-Id: I380e101065179bf0d784bacfe6b79731b40af4c5 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/30487 Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de> Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch> Reviewed-by: Georg Brandl <g.brandl@fz-juelich.de>
This commit is contained in:
parent
a2458005f1
commit
355eaeb864
@ -3,19 +3,17 @@
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
Node('cryo_7.frappy.demo',
|
Node('cryo_7.frappy.demo',
|
||||||
'short description' \
|
'short description\n\n'
|
||||||
'' \
|
'This is a very long description providing all the gory details '
|
||||||
'' \
|
'about the stuff we are describing.',
|
||||||
'This is a very long description providing all the glory details in all the ' \
|
|
||||||
'glory details about the stuff we are describing',
|
|
||||||
'tcp://10769',
|
'tcp://10769',
|
||||||
more="blub",
|
more="blub",
|
||||||
)
|
)
|
||||||
|
|
||||||
Mod('cryo',
|
Mod('cryo',
|
||||||
'frappy_demo.cryo.Cryostat',
|
'frappy_demo.cryo.Cryostat',
|
||||||
'A simulated cc cryostat with heat-load, specific heat for the sample and a ' \
|
'A simulated cc cryostat with heat-load, specific heat for the sample and a '
|
||||||
'temperature dependend heat-link between sample and regulation.',
|
'temperature dependent heat-link between sample and regulation.',
|
||||||
group='very important/stuff',
|
group='very important/stuff',
|
||||||
jitter=0.1,
|
jitter=0.1,
|
||||||
T_start=10.0,
|
T_start=10.0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user