Class: OpenTrons::DropTip

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) ⇒ DropTip

Returns a new instance of DropTip.



111
112
113
# File 'lib/opentrons/commands.rb', line 111

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