flowsas project as of 2025-04-14

This commit is contained in:
l_samenv
2025-04-14 11:40:12 +02:00
parent adfb561308
commit a7fd90cd6d
8 changed files with 462 additions and 31 deletions

13
cfg/pressureTest_cfg.py Normal file
View 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'),
)