Files

32 lines
601 B
Python
Raw Permalink Normal View History

2026-06-19 14:14:05 +02:00
Node('ma7stick.psi.ch',
2025-05-14 16:50:16 +02:00
'MA7 standard sample stick',
)
Mod('sea_stick',
'frappy_psi.sea.SeaClient',
'SEA stick connection',
config='ma7.stick',
service='stick',
)
2026-08-03 14:00:55 +02:00
Mod('ts_sea',
'frappy_psi.sea.SeaReadable',
'readable sample stick T',
2025-05-14 16:50:16 +02:00
io='sea_stick',
json_file='ma7.config.json',
2026-08-03 14:00:55 +02:00
sea_object='tt',
rel_paths=['ts', 'setsamp'],
2025-05-14 16:50:16 +02:00
)
2026-08-03 14:00:55 +02:00
Mod('ts',
'frappy_psi.parmod.Converging',
'drivable stick T using setsamp',
unit='K',
read='ts_sea.value',
write='ts_sea.setsamp',
meaning=['temperature', 20],
settling_time=20,
tolerance=1,
)