20 lines
385 B
Python
20 lines
385 B
Python
Node('ma7_piezostick.psi.ch',
|
|
'MA7 sample stick with piezo',
|
|
)
|
|
|
|
Mod('sea_stick',
|
|
'frappy_psi.sea.SeaClient',
|
|
'SEA stick connection',
|
|
config='ma7_piezo.stick',
|
|
service='stick',
|
|
)
|
|
|
|
Mod('ts',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
meaning=['temperature', 30],
|
|
io='sea_stick',
|
|
sea_object='tt',
|
|
json_file='ma7_piezo.config.json',
|
|
rel_paths=['ts'],
|
|
)
|