[WIP] ccracks / ccu4: split ccu() into nv(), he() and flow()

Change-Id: I346330a5f350bf03eefe86c8e890b59afaaaa231
This commit is contained in:
2025-03-31 10:45:25 +02:00
parent 44750572d9
commit d231e9ce06
3 changed files with 344 additions and 290 deletions

View File

@ -12,6 +12,6 @@ rack.sensor('Ts', channel='C', calcurve='x186350')
rack.loop('T', channel='B', calcurve='x174786', output_module='htr', target=10)
rack.heater('htr', 1, '100W', 25)
rack.ccu(he=True, n2=True)
rack.hepump()
rack.he()
rack.n2()
rack.flow(min_open_pulse=0.03)