PreferredContainer
PreferredContainer[model,modelVolume]⟹container
returns the smallest model of ECL standardized container which is compatible with model and can hold the provided volume.
PreferredContainer[volume]⟹container
returns the smallest model of ECL standardized container which can hold the provided volume.
PreferredContainer[mass]⟹container
returns the smallest model of ECL standardized container which can hold the provided mass.
Details
- The fields LightSensitive and Sterile are used to determine if a 'container' is compatible with a provided 'model'.
- In the 'volume' overload, LightSensitive and Sterile default Automatics to False.
- Additional Definitions
-
PreferredContainer[model,All] containers returns all 'containers' that could be chosen for the given combination options for any volume/mass. PreferredContainer[All] containers returns all 'containers' that could be chosen for the given 'model' for any volume/mass. -
ContainerNotFound For the given combination of options, the current range of volumes for which compatible containers exist is `2` to `3`; the requested volume `1` falls outside this range. Please consider removing some specific options, or requesting a volume in the possible range for the current options. ContainerTypeNotFound For the given combination of options, there is no compatible container with type `1`. Please consider removing some specific options, or requesting the following container type: `2`.
Input

Output

General Options

Messages
Examples
Basic Examples (3)
Additional Examples (4)
Provide multiple models and volumes to help resolve compatible container criteria such as LightSensitive and Sterile:


Return the vessels that can be heated to 150 Celsius and hold at least 25 mL:


Return all vessels that may be selected for a given option combination:


Returns the most suitable container to contain a mass:

