cfg: add hcp cfg file
This commit is contained in:
16
cfg/hcp_cfg.py
Normal file
16
cfg/hcp_cfg.py
Normal 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',
|
||||
)
|
||||
Reference in New Issue
Block a user