AliquotContainers
AliquotContainers[myInstrument,mySample]⟹potentialAliquotContainers
returns the potential the preferred containers that can both hold all of the volume of mySample and fit on myInstrument.
Details
Input

Output

General Options

Examples
Basic Examples (3)
Returns a list of containers that the sample can be aliquoted (considering the sample's volume) into to fit on a postion on the given instrument:


Returns a list of containers that the sample can be aliquoted (considering the sample's volume) into to fit on a postion on the given instrument:


AliquotContainers is listable:


Options (6)
ExactMatch (2)
When ExactMatch->True, an exact match between the container's dimensions and the model's position's dimensions is evaluated, given the set Tolerance allowed:


When ExactMatch->False, an exact match between the container's dimensions and the model's position's dimensions is evaluated, given the set Tolerance allowed:


MinWidth (2)
Tolerance (2)
Tolerance controls the tolerance between the measurement of the container and of the instrument's position. Since measurement is never perfect, this defaults to .5 Centimeters:


Tolerance controls the tolerance between the measurement of the container and of the instrument's position. Since measurement is never perfect, this defaults to .5 Centimeters:

