1 # $Id: SCA_ANDController.py 15444 2008-07-05 17:05:05Z lukep $
2 # Documentation for SCA_XORController
3 from SCA_IController import *
5 class SCA_XORController(SCA_IController):
7 An XOR controller activates when there is the input is mixed, but not when all are on or off.
9 There are no special python methods for this controller.