Closedown
This commit is contained in:
@@ -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