CommandReplyError#

exception lsst.ts.cbp.CommandReplyError(command, reason)#

Bases: RuntimeError

Raised when the controller does not return a usable command reply.

Parameters:
  • command (str) – Command that failed to produce a usable reply.

  • reason (str) – Human-readable failure reason.

command#

Command that failed to produce a usable reply.

Type:

str

reason#

Human-readable failure reason.

Type:

str