Esempio n. 1
0
	def sensorPowerGroupB(self, state):
		'''
		switches power of sensor group B. Sensor group B contains either the sensors of axis 4-6 or 3 dependent on hardware of controller
		'''
		ANC350lib.positionerSensorPowerGroupB(self.handle,ctypes.c_bool(state))