- tt:value (VTI temperatures from SEA) should not be sample T - VTI meaning must be ['temperature_regulation',20] - stick ts meaning must be ['temperature', 30] Change-Id: Ib6d662bb27d898958c62c02878d9551161cbc8c2
105 lines
1.8 KiB
Python
105 lines
1.8 KiB
Python
Node('ill5pgas5.config.sea.psi.ch',
|
|
'orange cryostat with 100 mm sample space and pgas5 pressure cell',
|
|
)
|
|
|
|
Mod('sea_main',
|
|
'frappy_psi.sea.SeaClient',
|
|
'main sea connection for ill5pgas5.config',
|
|
config='ill5pgas5.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('pauto',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
io='sea_main',
|
|
sea_object='pauto',
|
|
)
|
|
|
|
Mod('T_capillary',
|
|
'frappy_psi.sea.SeaDrivable', '',
|
|
io='sea_main',
|
|
sea_object='tc',
|
|
)
|
|
|
|
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',
|
|
)
|
|
|
|
Mod('pccu',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
io='sea_main',
|
|
sea_object='pccu',
|
|
)
|
|
|
|
Mod('p',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
io='sea_main',
|
|
sea_object='p',
|
|
)
|
|
|
|
Mod('i1',
|
|
'frappy_psi.sea.SeaDrivable', '',
|
|
io='sea_main',
|
|
sea_object='i1',
|
|
)
|