diff --git a/config/variables.properties b/config/variables.properties index d607a566..573dc814 100644 --- a/config/variables.properties +++ b/config/variables.properties @@ -1,4 +1,4 @@ -#Tue Jul 05 11:24:07 CEST 2022 +#Tue Jul 05 11:25:25 CEST 2022 LastRunDate=220705 -FileSequentialNumber=13232 -DaySequentialNumber=12 +FileSequentialNumber=13234 +DaySequentialNumber=14 diff --git a/script/XPSSpectrum.py b/script/XPSSpectrum.py index fcad252b..94b255b8 100644 --- a/script/XPSSpectrum.py +++ b/script/XPSSpectrum.py @@ -104,15 +104,11 @@ try: if len(vars) > 2: eph = vars[3] - #if eph and (not math.isnan(eph)): - # Eph.move(eph) - # time.sleep(5.0) + if eph and (not math.isnan(eph)): + Eph.move(eph) + time.sleep(5.0) if len(vars)>4: region_name = vars[4] - print region_name - if region_name: - set_attribute(path, "Region Name", region_name) - 1/0 Scienta.lowEnergy.write(adjusted_ranges[cur_range][0]) Scienta.highEnergy.write(adjusted_ranges[cur_range][1])