From bb11f7cc2039be008ee6383fc1f428c7fc0214ab Mon Sep 17 00:00:00 2001 From: dmc Date: Thu, 11 Jul 2024 16:53:02 +0200 Subject: [PATCH] add ori7_stick --- cfg/stick/ori7stick_cfg.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 cfg/stick/ori7stick_cfg.py diff --git a/cfg/stick/ori7stick_cfg.py b/cfg/stick/ori7stick_cfg.py new file mode 100644 index 0000000..960e671 --- /dev/null +++ b/cfg/stick/ori7stick_cfg.py @@ -0,0 +1,18 @@ +Node('ori7.stick.sea.psi.ch', + 'ORI7 standard sample stick', +) + +Mod('sea_stick', + 'frappy_psi.sea.SeaClient', + 'stick SEA connection to ori6.stick', + config='ori7.stick', + service='stick', +) + +Mod('ts', + 'frappy_psi.sea.SeaReadable', '', + io='sea_stick', + sea_object='tt', + json_file='ori7.config.json', + rel_paths=['ts'], +)