Class: Robot::Generator::TecanV2

Inherits:
Base
  • Object
show all
Includes:
Behaviours::TecanDefault
Defined in:
app/models/robot/generator/tecan_v2.rb

Overview

Handles picking file generation for Tecan robots

Constant Summary collapse

NUM_BUFFER_CHANNELS =
8

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_textObject



11
12
13
# File 'app/models/robot/generator/tecan_v2.rb', line 11

def as_text
  mapping
end

#filename(base) ⇒ Object



7
8
9
# File 'app/models/robot/generator/tecan_v2.rb', line 7

def filename(base)
  "#{base}.gwl"
end