Class: Robot::Generator::Tecan
- Includes:
- Behaviours::TecanDefault
- Defined in:
- app/models/robot/generator/tecan.rb
Overview
Handles picking file generation for Tecan robots
Instance Attribute Summary
Attributes inherited from Base
#batch, #ctrl_barcode_index, #dest_barcode_index, #picking_data, #plate_barcode, #source_barcode_index
Instance Method Summary collapse
Methods inherited from Base
#initialize, #total_volume, #type
Constructor Details
This class inherits a constructor from Robot::Generator::Base
Instance Method Details
#as_text ⇒ Object
9 10 11 |
# File 'app/models/robot/generator/tecan.rb', line 9 def as_text mapping end |
#filename(base) ⇒ Object
5 6 7 |
# File 'app/models/robot/generator/tecan.rb', line 5 def filename(base) "#{base}.gwl" end |