pylabrobot.opentrons.OpentronsCommandTimeout# exception pylabrobot.opentrons.OpentronsCommandTimeout(run_id: str, command_id: str, command_type: str)# Bases: TimeoutError The command’s completion is unknown; its ID can be used to query the server. Parameters: run_id (str) command_id (str) command_type (str) Return type: None