AckTimeoutError¶
- exception lsst.ts.salobj.AckTimeoutError(msg: str, ackcmd: Any)¶
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
.