ecl-logo Documentation

UploadFractionCollectionMethod

UploadFractionCollectionMethod[]methodFractionCollection

creates a new methodFractionCollection based on the provided options.

UploadFractionCollectionMethod[templateObject]methodFractionCollection

creates a new methodFractionCollection based on the provided options and the values found in the templateObject.

Details

    Input
    Output
    FractionCollection Options
    Organizational Information Options

Examples

Basic Examples  (2)

Create a new FractionCollection method using any options specified:

Create a new FractionCollection method using any options specified:

Options  (16)

AbsoluteThreshold  (2)

Specify the absolute threshold of the FractionCollection method:

If FractionCollectionMode->Threshold or Peak, AbsoluteThreshold defualts Automatic to 500 MilliAbsorbanceUnit:

FractionCollectionEndTime  (1)

Specify the collection start and end time of the FractionCollection method:

FractionCollectionMode  (3)

Specify the collection mode of the FractionCollection method:

If no options provided, FractionCollectionMode will default to Threshold:

If a MaxCollectionPeriod is provided, FractionCollectionMode will default Automatic to Time:

FractionCollectionStartTime  (1)

Specify the collection start time of the FractionCollection method:

MaxCollectionPeriod  (2)

Specify the maximum period of fraction collection for the FractionCollection method:

If FractionCollectionMode->Time, MaxCollectionPeriod defualts Automatic to 30 Second:

MaxFractionVolume  (2)

Specify the maximum collected fraction volume of the FractionCollection method:

MaxFractionVolume defaults Automatic to 1.8 Milliliter if FractionCollectionMode->Threshold:

Name  (1)

Specify the name of the FractionCollection method:

PeakEndThreshold  (1)

Specify the threshold that designates the end of a peak for the FractionCollection method:

PeakSlope  (1)

Specify the peak slope of the FractionCollection method:

PeakSlopeDuration  (1)

Specify the peak slope duration of the FractionCollection method:

Template  (1)

Use another Object[Method,FractionCollection] as the template for the creation of a new method:

Messages  (6)

FractionCollectionMode  (3)

If a FractionCollectionMode was set to Time and MaxCollectionPeriod was set to Null, return an error:

If a FractionCollectionMode was set to Threshold, and MaxFractionVolume was set to Null, return an error:

If a FractionCollectionMode was set to Peak, and MaxFractionVolume was set to Null, return an error:

FractionCollectionTiming  (2)

If a FractionCollectionEndTime was specified, but not start time was specified after the end time provided, return an error:

If a FractionCollectionEndTime was specified, but not start time was specified, return an error:

MethodNameAlreadyExists  (1)

If the name of the method has already been used used, return an error: