ma6stick: fix for ts (heater not working?)

This commit is contained in:
zolliker 2024-10-22 10:57:36 +02:00
parent 16abfdc65e
commit 03867c1f43

View File

@ -9,15 +9,18 @@ Mod('sea_stick',
service='stick',
)
Mod('tsam',
Mod('ts',
'frappy_psi.sea.SeaReadable',
'sample stick temperature',
io='sea_stick',
json_file='ma6.config.json',
sea_object='tt',
rel_paths=['ts', 'setsamp']
rel_paths=['ts', 'setsamp'],
meaning=['temperature', 20],
)
"""
Mod('ts',
'frappy_psi.parmod.Converging',
'drivable stick T using setsamp',
@ -29,4 +32,4 @@ Mod('ts',
settling_time=20,
tolerance=1,
)
"""