import of pyepics corrected, initial phase value changed to C+ value
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user