This commit is contained in:
gobbo_a
2023-08-17 15:16:51 +02:00
parent c545879253
commit 8beeb7dbc7
134 changed files with 3722 additions and 1287 deletions

View File

@@ -0,0 +1,14 @@
#import epics as ep
#import numpy as np
monoenePVset = 'SAROP11-ARAMIS:ENERGY_SP'
pbps122PVrb = 'SAROP11-PBPS122:INTENSITY'
startval = caget(monoenePVset)
for i in range(2485, 2515, 2):
caput(monoenePVset, i)
sleep(5)
#ep.caget(pbps122)
caput(monoenePVset, startval)