Files
zolliker 41b4156401 implemented frappy scripts needed by DIL5
scripts to be executed in the cryo(magnet) frappy instance
2026-08-28 09:45:35 +02:00

16 lines
343 B
Python

dil.remove()
T_mix.target = 2
T_mix.htrrng = 6 # 30mA
htr_still.target = 0.004
T_stat.auto_flow = True # this sets the n.v. flow back to 4 mbar
T_sorb.target = 40
T_stat.target = 5
while p1() < 120 or p5() > 150:
sleep(1)
T_mix.htrrng = 7
while p1() < 500 or p5() > 300:
sleep(1)
T_stat.target = 10
while dil._isBusy():
sleep(1)