Merge branch 'wip' of gitlab.psi.ch-samenv:samenv/frappy into wip

This commit is contained in:
2022-06-10 13:22:04 +02:00
5 changed files with 34 additions and 18 deletions

View File

@ -10,17 +10,17 @@ class = secop_psi.mercury.IO
description = connection to triton software
uri = tcp://linse-dil5:33576
#[ts]
#class = secop_psi.switching_sensor.Sensor
#description = either T_mix or T_mix_wup, depending on T
#lower = T_mix
#upper = T_mix_wup
#switch_range = (1.5, 4)
[ts]
class = secop_psi.triton.TemperatureSensor
class = secop_psi.triton.TemperatureLoop
description = mix. chamber temperature
slot = T5
output_module = htr_mix
io = triton
[htr_mix]
class = secop_psi.triton.HeaterOutput
description = mix. chamber heater
slot = H1
io = triton
[T_sorb]