fix issue with old reading
- old reading shoould be ignored - fix channels for CTI7
This commit is contained in:
@@ -14,20 +14,20 @@ Mod('T',
|
||||
output_module = 'Heater',
|
||||
target = Param(max=470),
|
||||
io = 'io',
|
||||
channel = 'A',
|
||||
channel = 'B',
|
||||
)
|
||||
|
||||
Mod('T_cold_finger',
|
||||
'frappy_psi.lakeshore.Sensor340',
|
||||
'cold finger temperature',
|
||||
io = 'io',
|
||||
channel = 'B'
|
||||
channel = 'A'
|
||||
)
|
||||
|
||||
Mod('Heater',
|
||||
'frappy_psi.lakeshore.HeaterOutput',
|
||||
'heater output',
|
||||
channel = 'A',
|
||||
channel = 'B',
|
||||
io = 'io',
|
||||
resistance = 50,
|
||||
max_power = 50,
|
||||
|
||||
Reference in New Issue
Block a user