AckTimeoutError¶
-
exception
lsst.ts.salobj.
AckTimeoutError
(msg, ackcmd)¶ Bases:
lsst.ts.salobj.AckError
Exception raised if waiting for a command acknowledgement times out.
The
ackcmd
attribute is the last ackcmd seen. If no command acknowledgement was received then the ack code will beSalRetCode.CMD_NOACK
.