frappy_psi: add triple current source (leiden)

This commit is contained in:
Anik Stark
2025-10-21 15:41:40 +02:00
parent 53497df207
commit cb142c580d
2 changed files with 91 additions and 0 deletions

17
cfg/tcs_cfg.py Normal file
View File

@@ -0,0 +1,17 @@
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,
)