Esempio n. 1
0
	def moveRelative(self, axis, position, rotcount=0):
		'''
		starts approach to relative target position. previous movement will be stopped. rotcount optional argument. position units are in 'unit of actor multiplied by 1000' (generally nanometres)
		'''
		ANC350lib.positionerMoveRelative(self.handle,axis,position,rotcount)