Esempio n. 1
0
	def setStopDetectionSticky(self, axis, state):
		'''
		when enabled, an active stop detection status remains active until cleared manually by .clearStopDetection()
		'''
		ANC350lib.positionerSetStopDetectionSticky(self.handle,axis,state)