2009-04-13 19:33:22 +00:00
|
|
|
# $Id$
|
2009-04-06 13:13:25 +00:00
|
|
|
# Documentation for SCA_NANDController
|
|
|
|
|
from SCA_IController import *
|
|
|
|
|
|
|
|
|
|
class SCA_NANDController(SCA_IController):
|
|
|
|
|
"""
|
|
|
|
|
An NAND controller activates when all linked sensors are not active.
|
|
|
|
|
|
|
|
|
|
There are no special python methods for this controller.
|
|
|
|
|
"""
|
|
|
|
|
|