AllInjectionsBySampleName(string)

Scope:

Sequence

Parameters:

The sample name or pattern as a string

Description:

Returns the list of all injections of current sequence with a specified sample name. (can use wildcards)

Syntax:

AllInjectionsBySampleName(sampleName as string) as a list

Example:

Count(CurrentSequence.AllInjectionsBySampleName("Samp*")) returns the number of injections whose sample name starts by Samp within the current sequence.

Returned scope:

List of injections