diff --git a/cfg/tcs_cfg.py b/cfg/tcs_cfg.py index 6bbbcd44..a3567205 100644 --- a/cfg/tcs_cfg.py +++ b/cfg/tcs_cfg.py @@ -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, + ) \ No newline at end of file