Module: equipment/reader-InfiniteM200Pro

Module for the Tecan InfiniteM200 reader.

Source:

Type Definitions


ReaderInfiniteM200ProConfig

Type:
  • object
Properties:
Name Type Description
evowareId string

the Evoware ID of this equipment

evowareCarrier string

the carrier that the equipment is on

evowareGrid string

the grid that the equipment is on

evowareSite number

the evoware site index of the equipment site

Source:
Example
```
evowareId: "ReaderNETwork",
evowareCarrier: "Infinite M200",
evowareGrid: 61,
evowareSite: 1,
site: "READER",
modelToPlateFile: {
	"plateModel_96_round_transparent_nunc": "NUN96ft",
	"plateModel_384_square": "GRE384fw",
	"EK_384_greiner_flat_bottom": "GRE384fw",
	"EK_96_well_Greiner_Black": "GRE96fb_chimney"
}
```