frappy/cfg/stick/ma02stick_cfg.py
Markus Zolliker da15df076a fetched mlz version
- before some chamges in the gerrit pipline

Change-Id: I33eb2d75f83345a7039d0fb709e66defefb1c3e0
2023-05-02 15:25:11 +02:00

19 lines
339 B
Python

Node('ma02.stick.sea.psi.ch',
'MAO2 standard sample stick',
)
Mod('sea_stick',
'frappy_psi.sea.SeaClient',
'SEA stick connection',
config='ma02.stick',
service='stick',
)
Mod('ts',
'frappy_psi.sea.SeaReadable',
io='sea_stick',
sea_object='tt',
json_file=['ma02.config.json'],
rel_paths=['ts'],
)