frappy/cfg/stick/oventwo_cfg.py
Markus Zolliker 750b5a7794 add empty description to Mod() for Sea classes
Change-Id: I3890782b4e08291f73db0bfc4671c6cbc14f05d6
2023-05-09 08:19:03 +02:00

19 lines
341 B
Python

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',
)