- before some chamges in the gerrit pipline Change-Id: I33eb2d75f83345a7039d0fb709e66defefb1c3e0
43 lines
811 B
Python
43 lines
811 B
Python
Node('fftf.config.sea.psi.ch',
|
|
'thin film oven for AMOR',
|
|
)
|
|
|
|
Mod('sea_main',
|
|
'frappy_psi.sea.SeaClient',
|
|
'main sea connection for fftf.config',
|
|
config='fftf.config',
|
|
service='main',
|
|
)
|
|
|
|
Mod('tt',
|
|
'frappy_psi.sea.SeaDrivable',
|
|
io='sea_main',
|
|
sea_object='tt',
|
|
)
|
|
|
|
Mod('p',
|
|
'frappy_psi.sea.SeaReadable',
|
|
io='sea_main',
|
|
sea_object='p',
|
|
extra_modules=['vacuumpump', 'gasflow', 'tlimit', 'tlimit_without_vacuum'],
|
|
)
|
|
|
|
Mod('gasflow',
|
|
'frappy_psi.sea.SeaWritable',
|
|
io='sea_main',
|
|
single_module=['p.gasflow'],
|
|
)
|
|
|
|
Mod('vacuumpump',
|
|
'frappy_psi.sea.SeaWritable',
|
|
io='sea_main',
|
|
sea_object='p',
|
|
rel_paths=['vacuumpump', 'tlimit', 'tlimit_without_vacuum'],
|
|
)
|
|
|
|
Mod('table',
|
|
'frappy_psi.sea.SeaModule',
|
|
io='sea_main',
|
|
sea_object='table',
|
|
)
|