From 45b3246a8b97c1e5ca474368f930ded11bd5d5a1 Mon Sep 17 00:00:00 2001 From: Anik Stark Date: Wed, 25 Mar 2026 10:20:18 +0100 Subject: [PATCH] cfg.cp2800: add file --- cfg/cp2800_test_cfg.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cfg/cp2800_test_cfg.py diff --git a/cfg/cp2800_test_cfg.py b/cfg/cp2800_test_cfg.py new file mode 100644 index 00000000..11df9613 --- /dev/null +++ b/cfg/cp2800_test_cfg.py @@ -0,0 +1,16 @@ +Node('cp2800_test.psi.ch', + 'test CRYOMECH CP-2800 compressor', + 'tcp://5000', + ) + +Mod('io', + 'frappy_psi.cp2800.IO', + 'cp2800 communication', + uri='ldmse3-ts.psi.ch:3008', + ) + +Mod('CP2800', + 'frappy_psi.cp2800.CP2800', + 'all parameters of cp2800', + io='io', + ) \ No newline at end of file