diff --git a/script/users/stania/ManipulatorXasScan.py b/script/users/stania/ManipulatorXasScan.py index f5168dec..116e7eb5 100644 --- a/script/users/stania/ManipulatorXasScan.py +++ b/script/users/stania/ManipulatorXasScan.py @@ -7,9 +7,9 @@ set OTF parameters separately import math -STARTPOS = 51. -ENDPOS = -9. -STEPS = -5. +STARTPOS = -45.5 - 60 +ENDPOS = -45.5 + 60 +STEPS = -10. LATENCY = 0.0 ENDSCAN = True RELATIVE = False @@ -22,7 +22,7 @@ OtfCh1Channel = Channel("X03DA-OTF:IDATA1", type="[d", size=2000) OtfCh2Channel = Channel("X03DA-OTF:IDATA2", type="[d", size=2000) OtfMsgChannel = Channel("X03DA-OTF:MSG", type="s") -MOTOR = (ManipulatorTheta) +MOTOR = (ManipulatorPhi) #MOTOR = (dummy) #SENSORS = (SampleCurrent, RefCurrent, MachineCurrent) SENSORS = (OtfCh1Channel, OtfCh2Channel, OtfEnergyChannel)