Script execution

This commit is contained in:
x03daop
2017-02-16 17:15:38 +01:00
parent e3dc821e69
commit 99e682b9b6
+3 -3
View File
@@ -67,7 +67,7 @@ try:
VECTOR = [[theta[i], x[i], y[i]] for i in range(len(theta))]
vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout)
""" # Fe
"""# Fe
Scienta.getLowEnergy().write(180.0)
Scienta.getHighEnergy().write(225.0)
Scienta.getStepSize().write(0.1)
@@ -79,8 +79,8 @@ try:
x = [2.32*math.cos((th+9.0)*math.pi/180.0)-2.67 for th in theta]
y = [2.32*math.sin((th+9.0)*math.pi/180.0)-0.2 for th in theta]
VECTOR = [[theta[i], x[i], y[i]] for i in range(len(theta))]
vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout)
"""
vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout)"""
# Mn
Scienta.getLowEnergy().write(175.0)
Scienta.getHighEnergy().write(235.0)