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