create qnw driver

Change-Id: I7b466caf91b7a2a177fa94ac84cdfc315475f959
This commit is contained in:
Oksana Shliakhtun
2023-03-01 17:48:55 +01:00
parent 3a52f9d31c
commit cae225df41
2 changed files with 157 additions and 0 deletions

24
cfg/QnwTC1_cfg.py Normal file
View File

@ -0,0 +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',
)
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',
)