Skip to content
Snippets Groups Projects
Commit c074cba7 authored by Your Name's avatar Your Name
Browse files

cleaner SES monitoring

parent f122741c
No related branches found
No related tags found
1 merge request!11Main merge jmcchesn-main-patch branch with main
......@@ -439,11 +439,14 @@ class Scienta:
#Load spectra parameters
caput(self.PHV+"SweepLoadFanout.PROC",1)
time.sleep(1)
#kludge to not have zeros at the end 03/23/2023 -JM
caput(self.PHV+"SweepReCalc.PROC",1)
time.sleep(2)
caput(self.PHV+"SweepLoadFanout.PROC",1)
time.sleep(1)
#check that there are no zeros in the KE_array
KE_array = caget("29idcScienta:HV:KE_array")
if np.min(KE_array)<1:
caput(self.PHV+"SweepReCalc.PROC",1)
time.sleep(2)
caput(self.PHV+"SweepLoadFanout.PROC",1)
time.sleep(1)
print("check KE_array ")
def _spectra_BabySwept(self, KEcenter):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment