- 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
26 lines
470 B
Python
26 lines
470 B
Python
Node('ft.config.sea.psi.ch',
|
|
'FT tantalum furnace (1400 K)',
|
|
)
|
|
|
|
Mod('sea_main',
|
|
'frappy_psi.sea.SeaClient',
|
|
'main sea connection for fw.config',
|
|
config='ft.config',
|
|
service='main',
|
|
)
|
|
|
|
Mod('ts',
|
|
'frappy_psi.sea.SeaDrivable', '',
|
|
io='sea_main',
|
|
sea_object='tt',
|
|
meaning=['temperature', 20],
|
|
rel_paths=['ts', 'set'],
|
|
)
|
|
|
|
Mod('t2',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
io='sea_main',
|
|
sea_object='tt',
|
|
rel_paths=['tm'],
|
|
)
|