cfg: add hcp cfg file

This commit is contained in:
2025-12-10 17:11:09 +01:00
parent 6ea8bc6e52
commit 7d0ca5f9dd

16
cfg/hcp_cfg.py Normal file
View File

@@ -0,0 +1,16 @@
Node('hcptest.psi.ch',
'high voltage supply test',
'tcp://5000',
)
Mod('io',
'frappy_psi.hcp.IO',
'hcp communication',
uri='serial:///dev/tty.usbserial-21440?baudrate=9600',
)
Mod('voltage',
'frappy_psi.hcp.Voltage',
'fug hcp 14-6500 voltage',
io='io',
)