- change secop_psi to frappy_psi - remove interface and name in Node Change-Id: I69242de250c9ecf52e001fce6396347dbf3fedcb
38 lines
658 B
Python
38 lines
658 B
Python
Node('cfg/main/ccrpe.cfg',
|
|
'4 K closed cycle cryostat (PE cell)',
|
|
)
|
|
|
|
Mod('sea_main',
|
|
'frappy_psi.sea.SeaClient',
|
|
'main sea connection for ccrpe.config',
|
|
config='ccrpe.config',
|
|
service='main',
|
|
)
|
|
|
|
Mod('tt',
|
|
'frappy_psi.sea.SeaDrivable', '',
|
|
io='sea_main',
|
|
sea_object='tt',
|
|
rel_paths=['.', 'tm'],
|
|
)
|
|
|
|
Mod('ts',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
io='sea_main',
|
|
sea_object='tt',
|
|
rel_paths=['ts'],
|
|
)
|
|
|
|
Mod('te',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
io='sea_main',
|
|
sea_object='tt',
|
|
rel_paths=['te'],
|
|
)
|
|
|
|
Mod('warmup',
|
|
'frappy_psi.sea.SeaDrivable', '',
|
|
io='sea_main',
|
|
sea_object='warmup',
|
|
)
|