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