Scope: | Sequence Injection Signal |
Parameters: | The peak or group type (*) |
Description: | Returns the list of all peaks of a specified type. |
Syntax: |
AllPeaksOfType(PeakOrGroupType) as a list |
Example: | Count(CurrentSequence.AllPeaksOfType(PeakOrGroupType .NotIdentifiedExpected,PeakOrGroupType .Unknown)) returns the number of missing compounds and not identified (unknowns) in the current sequence. |
Returned scope: | List of peaks or groups |