
- rel_path = ['tm', '.', 'set'] should mean: 'tm': tm parameters first, with /<obj?/tm as main value '.': then all parameters directly at top level, except 'set' 'set': all parameters below 'set' driving happens at object level - better name mangling (the 1st appearance of the same shortname is kept short)
71 lines
1.3 KiB
Python
71 lines
1.3 KiB
Python
Node('ori7.config.sea.psi.ch',
|
|
'''orange cryostat with 50 mm sample space for ULT''',
|
|
)
|
|
|
|
Mod('sea_main',
|
|
'frappy_psi.sea.SeaClient',
|
|
'main sea connection for ori7.config',
|
|
config = 'ori7.config',
|
|
service = 'main',
|
|
)
|
|
|
|
Mod('tt',
|
|
'frappy_psi.sea.SeaDrivable', '',
|
|
io = 'sea_main',
|
|
meaning=['temperature_regulation', 20],
|
|
sea_object = 'tt',
|
|
rel_paths=['tm', '.', 'set', 'dblctrl'],
|
|
)
|
|
|
|
Mod('cc',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
io = 'sea_main',
|
|
sea_object = 'cc',
|
|
extra_modules=['h'],
|
|
visibility=2,
|
|
)
|
|
|
|
Mod('lev',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
io='sea_main',
|
|
single_module='cc.h',
|
|
)
|
|
|
|
Mod('nv',
|
|
'frappy_psi.sea.SeaWritable', '',
|
|
io = 'sea_main',
|
|
sea_object = 'nv',
|
|
)
|
|
|
|
|
|
Mod('ln2fill',
|
|
'frappy_psi.sea.SeaWritable', '',
|
|
io = 'sea_main',
|
|
sea_object = 'ln2fill',
|
|
)
|
|
Mod('hefill',
|
|
'frappy_psi.sea.SeaWritable', '',
|
|
io = 'sea_main',
|
|
sea_object = 'hefill',
|
|
)
|
|
Mod('hepump',
|
|
'frappy_psi.sea.SeaWritable', '',
|
|
io = 'sea_main',
|
|
sea_object = 'hepump',
|
|
)
|
|
Mod('hemot',
|
|
'frappy_psi.sea.SeaDrivable', '',
|
|
io = 'sea_main',
|
|
sea_object = 'hemot',
|
|
)
|
|
Mod('nvflow',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
io = 'sea_main',
|
|
sea_object = 'nvflow',
|
|
)
|
|
Mod('table',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
io = 'sea_main',
|
|
sea_object = 'table',
|
|
)
|