Closedown
This commit is contained in:
@@ -17,7 +17,6 @@ set_preference(Preference.PLOT_TYPES, {'Scienta spectrum':1})
|
||||
|
||||
try:
|
||||
if FLY_SCAN:
|
||||
print "start ", STEPS
|
||||
# time per scienta acquisition in seconds
|
||||
time1 = time.time()
|
||||
trig_scienta()
|
||||
|
||||
@@ -36,7 +36,10 @@ class PseudoMotor(RegisterBase, ControlledSpeedable):
|
||||
def getMaxSpeed(self):
|
||||
return 10.0
|
||||
|
||||
positioner = PseudoMotor("PseudoMotor")
|
||||
positioner = PseudoMotor("PseudoMotor")
|
||||
|
||||
#If the device is not added to device liost it must be initialized
|
||||
#positioner.initialize()
|
||||
add_device(positioner, True);
|
||||
|
||||
cscan(positioner, MachineCurrent, 0, 10, 1.0, time=5.0)
|
||||
|
||||
Reference in New Issue
Block a user