Please wait, loading Python ...
Error: This app only works with Javascript enabled.
script.py
import numpy as np from genie_python import genie as g import inst def runscript(): for tt in [150, 300]: g.cset(T_head = tt, lowlimit = tt-5, highlimit = tt+5, runcontrol = True) g.begin() g.change_title(f'Some random sample - {tt}K') g.waitfor(uamps = 750) g.end()
Upload
config.json
{ "time": { "rate": 1.0, "always_advance": true, "units": "min" }, "beam": { "rate": 127.0, "always_advance": true, "units": "μA/min" }, "events": { "rate": 1.0, "always_advance": true, "units": "Mevents/min" }, "T_head": { "initial": 300.0, "rate_up": 10.0, "rate_down": -10.0, "units": "K" } }