59 lines
988 B
Python
59 lines
988 B
Python
Node('ori3.config.sea.psi.ch',
|
|
'orange cryostat with 100 mm sample space',
|
|
)
|
|
|
|
Mod('sea_main',
|
|
'frappy_psi.sea.SeaClient',
|
|
'main sea connection for ori3.config',
|
|
config='ori3.config',
|
|
service='main',
|
|
)
|
|
|
|
Mod('tt',
|
|
'frappy_psi.sea.SeaDrivable', '',
|
|
io='sea_main',
|
|
sea_object='tt',
|
|
)
|
|
|
|
Mod('cc',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
io='sea_main',
|
|
sea_object='cc',
|
|
)
|
|
|
|
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('table',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
io='sea_main',
|
|
sea_object='table',
|
|
)
|