Closedown

This commit is contained in:
gac-x03da
2022-07-05 11:28:30 +02:00
parent 486b50472c
commit 73cc18fcdb
2 changed files with 6 additions and 10 deletions

View File

@@ -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

View File

@@ -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])