Files
frappycfg/boxes/phoenix_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

17 lines
287 B
Python

Node('phoenixtest.psi.ch',
'phoenix test',
'tcp://5000',
)
Mod('io',
'frappy_psi.haake.HaakeIO',
'connection for Thermo Haake',
uri='tcp://ldmprep7-ts:3005',
)
Mod('T',
'frappy_psi.haake.TemperatureLoop',
'holder temperature',
io='io',
)