19 lines
341 B
Python
19 lines
341 B
Python
Node('ma15.stick.sea.psi.ch',
|
|
'MA15 standard sample stick',
|
|
)
|
|
|
|
Mod('sea_stick',
|
|
'frappy_psi.sea.SeaClient',
|
|
'SEA stick connection',
|
|
config='ma15.stick',
|
|
service='stick',
|
|
)
|
|
|
|
Mod('ts',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
io='sea_stick',
|
|
sea_object='tt',
|
|
json_file='ma15.config.json',
|
|
rel_paths=['ts'],
|
|
)
|