cfg.cp2800: add file

This commit is contained in:
2026-06-09 14:21:21 +02:00
committed by zolliker
parent e8bc100329
commit 45b3246a8b
+16
View File
@@ -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',
)