add ma15 cfg

This commit is contained in:
2023-07-03 17:51:28 +02:00
parent bf43858031
commit 3e4ea2515e
3 changed files with 618 additions and 0 deletions

View File

@ -0,0 +1,18 @@
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'],
)