Esempio n. 1
0
	def acInEnable(self, axis, state):
		'''
		Activates/deactivates AC input of addressed axis; only applicable for dither axes
		'''
		ANC350lib.positionerAcInEnable(self.handle,axis,ctypes.c_bool(state))