2004-05-30 11:09:46 +00:00
|
|
|
# $Id$
|
|
|
|
# Documentation for SCA_ORController
|
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_ORController(SCA_IController):
|
2004-05-30 11:09:46 +00:00
|
|
|
"""
|
|
|
|
An OR controller activates when any connected sensor activates.
|
|
|
|
|
|
|
|
There are no special python methods for this controller.
|
|
|
|
"""
|
|
|
|
|