This commit is contained in:
Michael Davidsaver
2013-04-14 16:24:37 -04:00
parent 229eb81864
commit ffc6ec396f
5 changed files with 34 additions and 19 deletions

View File

@@ -49,9 +49,12 @@ class _Record(object):
"""
def setSevr(self, sevr=3, stat=15):
"""setSevr(sevr=INVALID, stat=COMM)
"""setSevr(sevr=INVALID_ALARM, stat=COMM_ALARM)
Set new alarm condition.
Signal a new alarm condition. The effect of this
call depends on the current alarm condition.
See :c:func:`recGblSetSevr` in EPICS Base.
"""
def scan(self, sync=False, reason=None, force=0):