This commit is contained in:
2023-09-22 13:28:23 +02:00
parent 9e39a43193
commit 612295d360
3 changed files with 383 additions and 0 deletions

View File

@ -0,0 +1,18 @@
Node('ill2.stick.sea.psi.ch',
'ILL2 standard sample stick',
)
Mod('sea_stick',
'frappy_psi.sea.SeaClient',
'SEA stick connection',
config='ill2.stick',
service='stick',
)
Mod('ts',
'frappy_psi.sea.SeaReadable', '',
io='sea_stick',
sea_object='tt',
json_file='ill2.config.json',
rel_paths=['ts'],
)