add ma7two, oventwo and ovenstick (sans)
This commit is contained in:
20
cfg/stick/ovenstick_cfg.py
Normal file
20
cfg/stick/ovenstick_cfg.py
Normal file
@ -0,0 +1,20 @@
|
||||
Node('cfg/stick/ovenstick.cfg',
|
||||
'oven stick for sans',
|
||||
interface='5000',
|
||||
name='ovenstick',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'secop_psi.sea.SeaClient',
|
||||
'SEA stick connection',
|
||||
config='oven.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'secop_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ma7.config.json'],
|
||||
rel_paths=['ts'],
|
||||
)
|
18
cfg/stick/oventwo_cfg.py
Normal file
18
cfg/stick/oventwo_cfg.py
Normal file
@ -0,0 +1,18 @@
|
||||
Node('cfg/stick/oventwo.cfg',
|
||||
'oven stick for SANS',
|
||||
interface='5000',
|
||||
name='oventwo',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'secop_psi.sea.SeaClient',
|
||||
'stick sea connection for oventwo.stick',
|
||||
config='oventwo.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'secop_psi.sea.SeaDrivable',
|
||||
io='sea_stick',
|
||||
sea_object='ts',
|
||||
)
|
Reference in New Issue
Block a user