further work on needle valve, pump and lakeshore

This commit is contained in:
l_samenv
2025-03-19 16:37:27 +01:00
parent 19571ab83d
commit 41b51b35fd
10 changed files with 959 additions and 242 deletions

View File

@ -7,10 +7,10 @@ Node('ori7test.psi.ch',
rack = Rack(Mod)
with rack.lakeshore() as ls:
ls.sensor('Ts', channel='C', calcurve='x186350')
ls.loop('T', channel='B', calcurve='x174786')
ls.heater('htr', '100W', 100)
rack.lakeshore()
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)