frappy_psi: add triple current source (leiden)
This commit is contained in:
17
cfg/tcs_cfg.py
Normal file
17
cfg/tcs_cfg.py
Normal 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,
|
||||
)
|
||||
Reference in New Issue
Block a user