fetched mlz version
- before some chamges in the gerrit pipline Change-Id: I33eb2d75f83345a7039d0fb709e66defefb1c3e0
This commit is contained in:
42
cfg/main/fftf_cfg.py
Normal file
42
cfg/main/fftf_cfg.py
Normal file
@ -0,0 +1,42 @@
|
||||
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',
|
||||
)
|
Reference in New Issue
Block a user