From 8f835e3d3d1b7c676c100e41f8c9683c073e0b05 Mon Sep 17 00:00:00 2001 From: Anik Stark Date: Wed, 10 Dec 2025 17:12:24 +0100 Subject: [PATCH] cfg.test_ips_cfg: minor changes --- cfg/test_ips_cfg.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 cfg/test_ips_cfg.py diff --git a/cfg/test_ips_cfg.py b/cfg/test_ips_cfg.py new file mode 100644 index 00000000..f275ab8c --- /dev/null +++ b/cfg/test_ips_cfg.py @@ -0,0 +1,17 @@ +Node('test_ips.psi.ch', + 'ips test', + 'tcp://5000', + ) + +Mod('io', + 'frappy_psi.oiclassic.IPS_IO', + '', + uri='ma11-ts:3002', + ) + +Mod('B', + 'frappy_psi.oiclassic.Field', + 'magnetic field', + io='io', + target=Param(max=0.2), + ) \ No newline at end of file