This commit is contained in:
10
script/Undulators/K_AT_taperToK.py
Normal file
10
script/Undulators/K_AT_taperToK.py
Normal file
@@ -0,0 +1,10 @@
|
||||
undlist = ("SATUN06","SATUN07","SATUN08","SATUN09","SATUN10","SATUN11","SATUN12","SATUN13",
|
||||
"SATUN15","SATUN16","SATUN17","SATUN18","SATUN19","SATUN20","SATUN21","SATUN22")
|
||||
|
||||
for und in undlist:
|
||||
K = caget(und + "-UIND030:K_SET")
|
||||
K_taper = caget(und + "-UIND030:K_TAPER_SET")
|
||||
K = K + K_taper
|
||||
caputq(und + "-UIND030:K_SET", K)
|
||||
caputq(und + "-UIND030:K_TAPER_SET", 0.0)
|
||||
|
||||
Reference in New Issue
Block a user