frappy/cfg/stick/ori1stick_cfg.py
Markus Zolliker c40033a816 update old cfg files
- change secop_psi to frappy_psi
- remove interface and name in Node

Change-Id: I69242de250c9ecf52e001fce6396347dbf3fedcb
2023-08-09 17:36:02 +02:00

19 lines
343 B
Python

Node('cfg/stick/ori1stick.cfg',
'ORI1 standard sample stick',
)
Mod('sea_stick',
'frappy_psi.sea.SeaClient',
'SEA stick connection',
config='ori1.stick',
service='stick',
)
Mod('ts',
'frappy_psi.sea.SeaReadable', '',
io='sea_stick',
sea_object='tt',
json_file='ill1.config.json',
rel_paths=['ts'],
)