ecl-logo Documentation

ValidExperimentFillToVolumeQ

ValidExperimentFillToVolumeQ[Sample, Volume]Boolean

returns a Boolean indicating the validity of an ExperimentFillToVolume call to fill the container of the specified Sample to the specified Volume.

Details

    Input
    Output
    Hermetic Transfers Options
    Instrument Specifications Options
    Intermediate Decanting Options
    Mixing Options
    Organizational Information Options
    Post Experiment Options
    Temperature Conditions Options
    Tip Rinsing Options
    Transfer Technique Options
    General Options

Examples

Example Setup

These expressions are used in the examples to follow:

Basic Examples  (2)

Given containers, volumes, and solvents, create a protocol object to fill the samples to the specified volume:

Given samples, volumes, and solvents, create a protocol object to fill the samples to the specified volume:

Options  (1)

Verbose  (1)

Indicate whether all tests, no tests, or failures only are shown:

Messages  (16)

DuplicateName  (1)

If the specified name is already taken, an error is thrown:

FillToVolumeEmptyPosition  (1)

If DestinationWell is specified to a position that is empty, an error is thrown:

FillToVolumeIncompatibleMethod  (2)

Method must only be set to Volumetric if in a volumetric flask, or else an error is thrown:

Method must only be set to Volumetric if in a volumetric flask, or else an error is thrown:

FillToVolumeSolventDefaulted  (1)

If Solvent is not set and the Solvent field of the input samples is not populated, defaults to Milli-Q water and throws a warning:

FillToVolumeUltrasonicIncompatibleContainer  (2)

If the specified sample is in a container that cannot be measured ultrasonically because UltrasonicIncompatible -> Null but VolumeCalibrations is empty, but Method is set to Ultrasonic, an error is thrown:

If the specified sample is in a container that cannot be measured ultrasonically because UltrasonicIncompatible -> True, but Method is set to Ultrasonic, an error is thrown:

FillToVolumeUltrasonicIncompatibleSample  (2)

If the input sample has UltrasonicIncompatible set to True and Method is set to Ultrasonic, an error is thrown:

If the specified Solvent has UltrasonicIncompatible set to True and Method is set to Ultrasonic, an error is thrown:

MissingDestinationWell  (1)

If the specified container has more than one position and and the DestinationWell option is not specified, an error is thrown:

ReplicateFillToVolumeSamples  (1)

If sample replicates (or sample/container combinations that correspond to the same positions in the container) are provided, an error is thrown:

SampleNotInDestinationWell  (1)

If DestinationWell is specified to a position that the sample is not currently in, an error is thrown:

SampleVolumeAboveRequestedVolume  (1)

If the specified volume to fill to is less than the volume of the input sample, an error is thrown:

ToleranceTooSmall  (1)

If the specified Tolerance is less than the minimum possible for the specified container, an error is thrown:

TransferEnvironmentUltrasonicForbidden  (1)

If Method -> Ultrasonic and TransferEnvironment is set to a GlobeBox or BiosafetyCabinet, an error is thrown:

VolumetricWrongVolume  (1)

If the specified Tolerance is less than the minimum possible for the specified container, an error is thrown:

Last modified on Mon 14 Nov 2022 17:04:04