12 lines
		
	
	
		
			262 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			262 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # $Id$
 | |
| # Documentation for SCA_ANDController
 | |
| from SCA_IController import *
 | |
| 
 | |
| class SCA_ANDController(SCA_IController):
 | |
| 	"""
 | |
| 	An AND controller activates only when all linked sensors are activated.
 | |
| 	
 | |
| 	There are no special python methods for this controller.
 | |
| 	"""
 | |
| 
 |