From 3586f53c3d062a1c25915f237a3356cdf0004ca2 Mon Sep 17 00:00:00 2001 From: Anik Stark Date: Wed, 10 Dec 2025 17:07:07 +0100 Subject: [PATCH] cfg: add bronkhorst cfg file --- cfg/bronkhorst_cfg.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 cfg/bronkhorst_cfg.py diff --git a/cfg/bronkhorst_cfg.py b/cfg/bronkhorst_cfg.py new file mode 100644 index 00000000..cc688564 --- /dev/null +++ b/cfg/bronkhorst_cfg.py @@ -0,0 +1,19 @@ +Node('bronkhorsttest.psi.ch', + 'bronkhorst test', + 'tcp://5000', + ) + +Mod('io', + 'frappy_psi.bronkhorst.IO', + 'bronkhorst communication', + uri='tcp://localhost:3005', + ) + +Mod('p', + 'frappy_psi.bronkhorst.Controller', + 'pressure controller', + io='io', + adr=128, + scale=18, + value=Param(unit='mbar') + ) \ No newline at end of file