Esempio n. 1
0
	def singleCircleMode(self, axis, state):
		'''
		switches single circle mode. In case of activated single circle mode the number of rotations are ignored and the shortest way to target position is used. Only relevant for rotary actors.
		'''
		ANC350lib.positionerSingleCircleMode(self.handle,axis,ctypes.c_bool(state))