2004-05-30 11:09:46 +00:00
|
|
|
# $Id$
|
|
|
|
|
# Documentation for SCA_ANDController
|
2004-06-02 12:43:27 +00:00
|
|
|
from SCA_IController import *
|
2004-05-30 11:09:46 +00:00
|
|
|
|
2004-06-02 12:43:27 +00:00
|
|
|
class SCA_ANDController(SCA_IController):
|
2004-05-30 11:09:46 +00:00
|
|
|
"""
|
|
|
|
|
An AND controller activates only when all linked sensors are activated.
|
|
|
|
|
|
|
|
|
|
There are no special python methods for this controller.
|
|
|
|
|
"""
|
|
|
|
|
|