fix ovenstick cfg

fix attached modules:
- 'read' instead of 'value_param'
- 'write' instead of 'target_param'

+ remove comment in cfg/stick/thermalcond_cfg.py
This commit is contained in:
zolliker 2024-06-19 15:29:29 +02:00
parent 9eb83df7de
commit 86b888b43a
2 changed files with 2 additions and 31 deletions

View File

@ -22,8 +22,8 @@ Mod('ts',
'frappy_psi.parmod.Converging', 'frappy_psi.parmod.Converging',
'drivable stick T using setsamp', 'drivable stick T using setsamp',
unit='K', unit='K',
value_param='tsam.value', read='tsam.value',
target_param='tsam.setsamp', write='tsam.setsamp',
meaning=['temperature', 20], meaning=['temperature', 20],
settling_time=20, settling_time=20,
tolerance=1, tolerance=1,

View File

@ -9,35 +9,6 @@ Mod('sea_stick',
) )
#Mod('tsam',
# 'frappy_psi.sea.SeaReadable',
# 'sample stick temperature',
# io='sea_stick',
# json_file='ma7.config.json',
# sea_object='tt',
# rel_paths=['ts', 'setsamp']
#)
#Mod('ts',
# 'frappy_psi.parmod.Converging',
# 'drivable stick T using setsamp',
# unit='K',
# value_param='tsam.value',
# target_param='tsam.setsamp',
# meaning=['temperature', 20],
# settling_time=20,
# tolerance=1,
#)
#Mod('res',
# 'frappy_psi.sea.SeaReadable', '',
# io = 'sea_stick',
# sea_object = 'res',
#)
Mod('R1', Mod('R1',
'frappy_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_stick', io='sea_stick',