Scope: | Sequence Injection |
Parameters: | pattern as a string |
Description: | Returns all named groups that match the pattern. |
Syntax: |
AllNamedGroupsByName(pattern as a string) as list |
Example: | Count(CurrentInjection.AllNamedGroupsByName("Phenyl*")) returns the number of all "Phenyl" named groups in current injection. |
Returned scope: | List of peaks or groups |