cfg: remove ori7test and fix sim_mlz_ccr12_v2

Change-Id: Iab40fe35b3a035c6957be6e45624b33c8f572311
This commit is contained in:
2025-07-08 11:32:25 +02:00
parent 337b91b799
commit 49c4edaa88
2 changed files with 10 additions and 27 deletions

View File

@@ -1,20 +1,20 @@
# pylint: skip-file
Node('ccr12',
'[sim] CCR12 box of MLZ Sample environment group'
''
'Contains a Lakeshore 336 and an PLC controlling the compressor'
'and some valves.'
''
'This is an improved version, how we think it should be.',
'[sim] CCR12 box of MLZ Sample environment group\n'
'\n'
'Contains a Lakeshore 336 and an PLC controlling the compressor\n'
'and some valves.\n'
'\n'
'This is an improved version, how we think it should be.\n',
'tcp://10767',
)
Mod('T_ccr12',
'frappy.simulation.SimDrivable',
'Main temperature control node of CCR12.'
''
'Switches between regulation on stick and regulation on tube depending on temperature requested.'
'May also pump gas for higher temperatures, if configured.'
'Main temperature control node of CCR12.\n'
'\n'
'Switches between regulation on stick and regulation on tube depending on temperature requested.\n'
'May also pump gas for higher temperatures, if configured.\n'
'Manual switching of the regulation node is supported via the regulationmode parameter.',
value = Param(default=300,
datatype={"type":"double", "min":0, "max":600, "unit":"K"}),