Files
zolliker 4d047f5a35 ma7matt stick: Ts -> tt/ts_2, ts1 -> tt/ts
the sample ensor on the roatation stage is more reliable
2026-07-29 13:28:26 +02:00

26 lines
522 B
Python

Node('ma7matt.stick.sea.psi.ch',
'MA7 sample stick with sensor on attocube for Matt Littlehales',
)
Mod('sea_stick',
'frappy_psi.sea.SeaClient',
'SEA stick connection',
config='ma7matt.stick',
service='stick',
)
Mod('ts1',
'frappy_psi.sea.SeaReadable', '',
io='sea_stick',
sea_path='tt/ts',
json_file='ma7.config.json',
)
Mod('ts',
'frappy_psi.sea.SeaReadable', '',
meaning=['temperature', 30],
io='sea_stick',
sea_path='tt/ts_2',
json_file='ma7.config.json',
)