Files
frappy/cfg/pressureTest_cfg.py
2025-04-14 11:40:12 +02:00

14 lines
244 B
Python

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'),
)