Script execution

This commit is contained in:
x03daop
2016-08-05 13:44:19 +02:00
parent fd8e918cb1
commit 41735e48e6

View File

@@ -99,7 +99,7 @@ set_preference(Preference.PLOT_TYPES, {'Scienta spectrum':1})
try:
for ll in range(len(azi_range)):
ManipulatorPhi.move(azi_range[nn])
ManipulatorPhi.move(azi_range[ll])
for nn in range(len(angle_range)):
ManipulatorTheta.move(angle_range[nn])
print 'current theta is ', ManipulatorTheta.take(), ' and current azimuth is ' , ManipulatorPhi.take()