dcm
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@ class Double_Crystal_Mono:
|
||||
def __init__(self,Id):
|
||||
self.Id = Id
|
||||
|
||||
self.theta = MotorRecord(Id+':RX12')
|
||||
self.th = MotorRecord(Id+':RX12')
|
||||
self.x = MotorRecord(Id+':TX12')
|
||||
self.gap = MotorRecord(Id+':T2')
|
||||
self.roll1 = MotorRecord(Id+':RZ1')
|
||||
@@ -13,5 +13,5 @@ class Double_Crystal_Mono:
|
||||
self.pitch2 = MotorRecord(Id+':RX2')
|
||||
|
||||
self.energy = PV(Id+':ENERGY').value
|
||||
self.set_energy = PV(Id+':ENERGY_SP').value
|
||||
# self.set_energy = PV(Id+':ENERGY_SP').value
|
||||
|
||||
Reference in New Issue
Block a user