flowsas project as of 2025-04-14
This commit is contained in:
13
cfg/pressureTest_cfg.py
Normal file
13
cfg/pressureTest_cfg.py
Normal file
@ -0,0 +1,13 @@
|
||||
Node('vf.psi.ch',
|
||||
'small vacuum furnace',
|
||||
'tcp://5000',
|
||||
)
|
||||
|
||||
Mod('p',
|
||||
'frappy_psi.ionopimax.VoltageInput',
|
||||
'Vacuum pressure',
|
||||
addr = 'av2',
|
||||
rawrange = (0, 10),
|
||||
valuerange = (0, 10),
|
||||
value = Param(unit='V'),
|
||||
)
|
Reference in New Issue
Block a user