Script execution
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user