2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-29 13:13:34 +08:00

doc: more precisions on RTIO error handling

This commit is contained in:
Sebastien Bourdeauducq 2014-10-21 23:56:12 +08:00
parent 97f9c9c34f
commit b96249339d

View File

@ -25,7 +25,8 @@ class RTIOUnderflow(RuntimeException):
# Raised by RTIO driver for regular RTIO.
# Raised by runtime for DDS FUD.
class RTIOSequenceError(RuntimeException):
"""Raised when an event was not submitted with an increasing timestamp.
"""Raised when an event is submitted on a given channel with a timestamp
not larger than the previous one.
The offending event is discarded and RTIO operation is not affected
further.