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