- change secop_psi to frappy_psi - remove interface and name in Node Change-Id: I69242de250c9ecf52e001fce6396347dbf3fedcb
19 lines
343 B
Python
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'],
|
|
)
|