Skip to content

Commit

Permalink
need this for ot2 also
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Dec 18, 2024
1 parent 363abb7 commit 6549c34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def get_attached_instrument(self, mount: MountType) -> PipetteDict:
result["current_nozzle_map"] = instr.nozzle_manager.current_configuration
result["min_volume"] = instr.liquid_class.min_volume
result["max_volume"] = instr.liquid_class.max_volume
result["channels"] = instr.channels
result["channels"] = instr._max_channels.value
result["has_tip"] = instr.has_tip
result["tip_length"] = instr.current_tip_length
result["aspirate_speed"] = self.plunger_speed(
Expand Down

0 comments on commit 6549c34

Please sign in to comment.