23 lines
384 B
Python
23 lines
384 B
Python
Node('TFA10.psi.ch',
|
|
'TFA10',
|
|
'tcp://5000',
|
|
)
|
|
|
|
Mod('io',
|
|
'frappy_psi.thermofisher.ThermFishIO',
|
|
'connection for ThermoFisher A10',
|
|
uri='tcp://ldmse-d910-ts:3001',
|
|
)
|
|
|
|
Mod('T',
|
|
'frappy_psi.qnw.TemperatureLoopA10',
|
|
'holder temperature',
|
|
io='io',
|
|
)
|
|
|
|
Mod('Th',
|
|
'frappy_psi.qnw.SensorA10',
|
|
'heat exch. temperature',
|
|
io='io',
|
|
)
|