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