From 355eaeb8641e92d990f926188d55f0386b3f1546 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 21 Feb 2023 16:23:10 +0100 Subject: [PATCH] config: demo config fixes Change-Id: I380e101065179bf0d784bacfe6b79731b40af4c5 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/30487 Tested-by: Jenkins Automated Tests Reviewed-by: Markus Zolliker Reviewed-by: Georg Brandl --- cfg/cryo_cfg.py | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/cfg/cryo_cfg.py b/cfg/cryo_cfg.py index fec92d7..8f87cf9 100644 --- a/cfg/cryo_cfg.py +++ b/cfg/cryo_cfg.py @@ -3,19 +3,17 @@ ##################################################################### Node('cryo_7.frappy.demo', - 'short description' \ - '' \ - '' \ - 'This is a very long description providing all the glory details in all the ' \ - 'glory details about the stuff we are describing', + 'short description\n\n' + 'This is a very long description providing all the gory details ' + 'about the stuff we are describing.', 'tcp://10769', more="blub", ) Mod('cryo', 'frappy_demo.cryo.Cryostat', - 'A simulated cc cryostat with heat-load, specific heat for the sample and a ' \ - 'temperature dependend heat-link between sample and regulation.', + 'A simulated cc cryostat with heat-load, specific heat for the sample and a ' + 'temperature dependent heat-link between sample and regulation.', group='very important/stuff', jitter=0.1, T_start=10.0,