Class: OpenTrons::PickUpTip

Inherits:
PipetteCommand show all
Defined in:
lib/opentrons/commands.rb

Instance Attribute Summary

Attributes inherited from PipetteCommand

#location, #pipette

Attributes inherited from Command

#command, #params

Instance Method Summary collapse

Methods inherited from Command

#inspect, #to_hash, #to_s

Constructor Details

#initialize(pipette, location) ⇒ PickUpTip

Returns a new instance of PickUpTip.



105
106
107
# File 'lib/opentrons/commands.rb', line 105

def initialize(pipette, location)
	super("pick-up-tip", pipette, location)
end