cfg.dil4_test_cfg: add bronkhorst modules
This commit is contained in:
@@ -77,4 +77,24 @@ Mod('pump',
|
|||||||
addr='rotary_pump_He3',
|
addr='rotary_pump_He3',
|
||||||
upper_LN2='upperLN2',
|
upper_LN2='upperLN2',
|
||||||
lower_LN2='lowerLN2',
|
lower_LN2='lowerLN2',
|
||||||
|
)
|
||||||
|
|
||||||
|
Mod('io_flow',
|
||||||
|
'frappy_psi.bronkhorst.IO',
|
||||||
|
'',
|
||||||
|
uri='dil4-ts:3002',
|
||||||
|
)
|
||||||
|
|
||||||
|
Mod('flow',
|
||||||
|
'frappy_psi.bronkhorst.Sensor',
|
||||||
|
'flow',
|
||||||
|
io='io_flow',
|
||||||
|
value=Param(unit='ln/min'),
|
||||||
|
)
|
||||||
|
|
||||||
|
Mod('fun',
|
||||||
|
'frappy_psi.softcal.Function',
|
||||||
|
'modified flow',
|
||||||
|
rawsensor='flow',
|
||||||
|
formula='x',
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user