import of pyepics corrected, initial phase value changed to C+ value

This commit is contained in:
2022-10-12 15:36:59 +02:00
parent 6a5daf31e1
commit 160437dfd3

View File

@ -1,4 +1,4 @@
from pyepics import PV
from epics import PV
from slic.core.adjustable import Adjustable, PVAdjustable
from slic.utils import json_load
from model import parallel2gap
@ -135,7 +135,8 @@ class UndTotalK:
if __name__ == "__main__":
phase = 123
#phase = 123
phase = 90
check_phase(phase)
params = json_load("UE38_all_parallel_parameters.json")