Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3226,7 +3226,7 @@ def _position_96_head_in_resource(self, resource: Resource) -> Coordinate:

async def pre_initialize_instrument(self):
"""Pre-initialize instrument"""
return await self.send_command(module="C0", command="VI")
return await self.send_command(module="C0", command="VI", read_timeout=300)

async def define_tip_needle(
self,
Expand Down