Script execution
This commit is contained in:
@@ -17,7 +17,7 @@ LATENCY = 0.0
|
||||
SENSORS = [Counts, Scienta.dataMatrix, SampleCurrent, RefCurrent, MachineCurrent]
|
||||
|
||||
Scienta.setAcquisitionMode(ch.psi.pshell.epics.Scienta.AcquisitionMode.Swept)
|
||||
writables = (ManipulatorTheta, ManipulatorX, ManipulatorY)
|
||||
writables = (ManipulatorTheta)
|
||||
|
||||
adjust_sensors()
|
||||
SampleCurrentAveraging.write(10)
|
||||
@@ -38,7 +38,6 @@ try:
|
||||
#y = [0.0179 * th for th in theta]
|
||||
#VECTOR = [phi, theta, x, y]
|
||||
VECTOR= [theta[i] for i in range(NPOINTS)]
|
||||
VECTOR= [x[th], y[th] for th in range (i)]
|
||||
# ManipulatorPhi.move(-8.9)
|
||||
#ManipulatorTilt.move(+25.5)
|
||||
#Scienta.getStepTime().write(1.47)
|
||||
|
||||
Reference in New Issue
Block a user