Esempio n. 1
0
	def moveAbsoluteSync(self, bitmask_of_axes):
		'''
		starts the synchronous approach to absolute target position for selected axis. previous movement will be stopped. target position for each axis defined by .setTargetPos() takes a *bitmask* of axes!
		'''
		ANC350lib.positionerMoveAbsoluteSync(self.handle,bitmask_of_axes)