- change secop_psi to frappy_psi - remove interface and name in Node Change-Id: I69242de250c9ecf52e001fce6396347dbf3fedcb
17 lines
292 B
Python
17 lines
292 B
Python
Node('cfg/main/rt.cfg',
|
|
'room temperature HRPT (pt1000)',
|
|
)
|
|
|
|
Mod('sea_main',
|
|
'frappy_psi.sea.SeaClient',
|
|
'main sea connection for rt.config',
|
|
config='rt.config',
|
|
service='main',
|
|
)
|
|
|
|
Mod('tt',
|
|
'frappy_psi.sea.SeaDrivable', '',
|
|
sea_object='tt',
|
|
io='sea_main',
|
|
)
|