This commit is contained in:
2020-02-11 10:53:44 +01:00
parent 5f6c339aff
commit aabe71297d
2 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
#Tue Feb 11 10:31:57 CET 2020
FileSequentialNumber=281
#Tue Feb 11 10:53:43 CET 2020
FileSequentialNumber=285

View File

@@ -4,4 +4,4 @@ def hyst_cont(field, init_field, final_field, ramp_speed, energies):
run("HystScan",{"FIELD":field, "START_FIELD":init_field, "END_FIELD":final_field, "ENERGIES":energies, "RAMP_RATE":ramp_speed, "ENERGY_CHANGE_SLEEP":0.5, "MODE":None, "OFFSET":None})
hyst_cont(cv, -0.1, 0.0, 0.2, [842.6, ])
hyst_cont(cv, -0.1, 0.0, 0.2, [842.6, 842.6])