Files
frappy/cfg/tcs_cfg.py
2025-10-21 15:41:40 +02:00

18 lines
275 B
Python

Node('tcstest.psi.ch',
'heater tcs test',
'tcp://5000',
)
Mod('io',
'frappy_psi.tcs.IO',
'tcs communication',
uri='linse-leiden-ts:3005',
)
Mod('swh',
'frappy_psi.tcs.Heater',
'magnet switch heater',
io='io',
channel=1,
)