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