frappy_psi: added channels

This commit is contained in:
Anik Stark
2025-10-21 16:27:55 +02:00
parent fed7ce2197
commit cda6e08d6c

View File

@@ -9,9 +9,16 @@ Mod('io',
uri='linse-leiden-ts:3005',
)
Mod('swh',
Mod('still_htr',
'frappy_psi.tcs.Heater',
'magnet switch heater',
'still heater',
io='io',
channel=1,
channel=2,
)
Mod('mix_htr',
'frappy_psi.tcs.Heater',
'mixing chamber heater',
io='io',
channel=3,
)