Files
frappycfg/main/ft_cfg.py
T
zolliker 9855d515e8 push files from frappy/cfg
- without files from frappy/cfg (mlz version)
- moved ~ other files from frappy/cfg to boxes/
2025-05-14 16:50:16 +02:00

26 lines
470 B
Python

Node('ft.config.sea.psi.ch',
'FT tantalum furnace (1400 K)',
)
Mod('sea_main',
'frappy_psi.sea.SeaClient',
'main sea connection for fw.config',
config='ft.config',
service='main',
)
Mod('ts',
'frappy_psi.sea.SeaDrivable', '',
io='sea_main',
sea_object='tt',
meaning=['temperature', 20],
rel_paths=['ts', 'set'],
)
Mod('t2',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
sea_object='tt',
rel_paths=['tm'],
)