CommandIssued#
- class lsst.ts.attcpip.CommandIssued(name)#
Bases:
objectTrack the progress of a low-level controller command.
- Parameters:
- done#
Future which ends as follows:
result = None when the command has ended successfully.
salobj.ExpectedError if the command has ended in an error.
- Type:
Methods Summary
set_ack()Report a command as acknowledged, meaning accepted to be executed.
set_fail(reason)Report a command as failed during execution.
Report a command as not acknowledged.
Report a command as successfully executed.
Methods Documentation
- set_fail(reason)#
Report a command as failed during execution.
- set_noack()#
Report a command as not acknowledged.
This means there was an issue with the command format (e.g. the command name or one of more of its parameters were wrong).
- Return type: