From ee29bea821a1837af1ac20bbb7d2576886a466d7 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Wed, 21 May 2025 11:57:18 +0200 Subject: [PATCH] add units to jtccr --- cfg/main/jtccr_cfg.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cfg/main/jtccr_cfg.py b/cfg/main/jtccr_cfg.py index 43079da..b230ded 100644 --- a/cfg/main/jtccr_cfg.py +++ b/cfg/main/jtccr_cfg.py @@ -15,6 +15,7 @@ Mod('tt', meaning=['temperature_regulation', 27], sea_object='tt', rel_paths=['tt', 'set'], + value=Param(unit='K'), ) Mod('T_ccr', @@ -22,6 +23,7 @@ Mod('T_ccr', io='sea_main', sea_object='tt', rel_paths=['ccr'], + value=Param(unit='K'), ) Mod('jtccr', @@ -101,30 +103,35 @@ Mod('p1', 'frappy_psi.sea.SeaReadable', '', io='sea_main', sea_object='p1', + value=Param(unit='mbar'), ) Mod('p2', 'frappy_psi.sea.SeaReadable', '', io='sea_main', sea_object='p2', + value=Param(unit='mbar'), ) Mod('p3', 'frappy_psi.sea.SeaReadable', '', io='sea_main', sea_object='p3', + value=Param(unit='mbar'), ) Mod('p4', 'frappy_psi.sea.SeaReadable', '', io='sea_main', sea_object='p4', + value=Param(unit='mbar'), ) Mod('pressreg', 'frappy_psi.sea.SeaReadable', '', io='sea_main', sea_object='pressreg', + value=Param(unit='mbar'), ) Mod('epc',