AckTimeoutError# exception lsst.ts.salobj.AckTimeoutError(msg, ackcmd)# Bases: 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 be SalRetCode.CMD_NOACK. Parameters: msg (str) ackcmd (Any)