add hvolt_short
This commit is contained in:
24
cfg/stick/hvolt_short_cfg.py
Normal file
24
cfg/stick/hvolt_short_cfg.py
Normal file
@ -0,0 +1,24 @@
|
||||
Node('cfg/stick/hvolt_short.cfg',
|
||||
'high voltage stick',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'stick sea connection for hvolt_short.stick',
|
||||
config='hvolt_short.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file='ma10.config.json',
|
||||
rel_paths=['ts'],
|
||||
)
|
||||
|
||||
Mod('hcp',
|
||||
'frappy_psi.sea.SeaReadable', '',
|
||||
io='sea_stick',
|
||||
sea_object='hcp',
|
||||
)
|
Reference in New Issue
Block a user