pylabrobot.mettler_toledo.MTSICSDriver.cancel_all#
- async MTSICSDriver.cancel_all() None#
C - Cancel all active and pending interface commands.
Unlike reset() (@), this does not reset the device - it only cancels commands that were requested via this interface. Typically used to stop repeating commands (SIR, SR) or abort adjustment procedures.
This is a multi-response command: the device sends C B (started) then C A (complete). Both responses are consumed to keep the serial buffer clean.
- Return type:
None