ecl-logo Documentation

UploadFractionCollectionMethodOptions

UploadFractionCollectionMethodOptions[]resolvedOptions

returns the resolved options when calling UploadFractionCollectionMethod.

UploadFractionCollectionMethodOptions[templateObject]methodFractionCollection

returns the resolved options when calling UploadFractionCollectionMethod[templateObject].

Details

    Input
    Output
    FractionCollection Options
    Organizational Information Options
    Protocol Options

Examples

Basic Examples  (2)

Return the resolved options of UploadFractionCollectionMethod when called with options:

Create a new FractionCollection method using any options specified:

Options  (11)

AbsoluteThreshold  (1)

Specify the absolute threshold of the FractionCollection method:

FractionCollectionEndTime  (1)

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

FractionCollectionMode  (1)

Specify the collection mode of the FractionCollection method:

FractionCollectionStartTime  (1)

Specify the collection start time of the FractionCollection method:

MaxCollectionPeriod  (1)

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

MaxFractionVolume  (1)

Specify the maximum collected fraction volume of the FractionCollection method:

Name  (1)

Specify the name of the FractionCollection method:

OutputFormat  (1)

Specify the desired OutputFormat:

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:

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: