cfg: add bronkhorst cfg file

This commit is contained in:
2025-12-10 17:07:07 +01:00
parent 7994177873
commit 3586f53c3d

19
cfg/bronkhorst_cfg.py Normal file
View File

@@ -0,0 +1,19 @@
Node('bronkhorsttest.psi.ch',
'bronkhorst test',
'tcp://5000',
)
Mod('io',
'frappy_psi.bronkhorst.IO',
'bronkhorst communication',
uri='tcp://localhost:3005',
)
Mod('p',
'frappy_psi.bronkhorst.Controller',
'pressure controller',
io='io',
adr=128,
scale=18,
value=Param(unit='mbar')
)