Esempio n. 1
0
	def moveContinuous(self, axis, direction):
		'''
		starts continuously positioning with set parameters for ampl and speed and amp control respectively. direction can be 0 (forward) or 1 (backward)
		'''
		ANC350lib.positionerMoveContinuous(self.handle,axis,direction)