Driver for ThermoFisher A 10

Change-Id: Ic19ae444c3b4242f3bb1fe83852d4521326d0b9d
This commit is contained in:
Oksana Shliakhtun
2023-04-13 15:14:44 +02:00
parent 7a3cfe9836
commit 5fb1e649ab
5 changed files with 259 additions and 44 deletions

View File

@ -1,24 +1,24 @@
Node('QnwTC1test.psi.ch',
'QnwTC1 test',
'tcp://5000',
)
)
Mod('io',
'frappy_psi.qnw.QnwIO',
'connection for Quantum northwest',
uri= 'tcp://ldmcc01-ts:3004',
)
uri='tcp://ldmcc01-ts:3004',
)
Mod('T',
'frappy_psi.qnw.TemperatureLoopTC1',
'holder temperature',
channel='CT',
io='io',
)
)
Mod('Th',
'frappy_psi.qnw.SensorTC1',
'heat exch. temperature',
channel='HT',
io='io',
)
)