Esempio n. 1
0
	def stopDetection(self, axis, state):
		'''
		switches stop detection on/off
		'''
		ANC350lib.positionerStopDetection(self.handle,axis,ctypes.c_bool(state))