adapt temperature and temperature_regulation importance

- temperature_regulation on VTI should have higher importance (27)
  than temperature on sample stick, when Drivable (25)
This commit is contained in:
l_samenv
2024-12-03 15:32:57 +01:00
parent ac92a6ca3d
commit 405d316568
30 changed files with 31 additions and 32 deletions

View File

@ -13,7 +13,7 @@ Mod('th',
'frappy_psi.sea.SeaReadable',
'sample heater temperature',
io='sea_main',
meaning=['temperature_regulation', 20],
meaning=['temperature_regulation', 27],
sea_object='tt',
rel_paths=['ts', 'setsamp']
)