| Scope: | Sequence Injection Signal |
|
Parameters: | RT start, RT stop |
|
Description: | Returns the list of all peaks groups and compounds of current scope which retention time is within a given range. |
| Syntax: |
AllPeaksAndGroupsInRange( RT start, RT end as double) as a list |
|
Example: |
Sum("Peak_Area",CurrentSequence.AllPeaksAndGroupsInRange(2,3)) returns the total area of all peaks found between 2 and 3 minutes. |
| Returned scope: | List of peaks or groups |