Scope: | Signal |
Parameters: | peak or group name |
Description: | Returns an identified peak or timed group in a specified signal from its name. |
Syntax: |
PeakOrGroupByName(name as a string) as an object |
Example: | CurrentSignal.PeakOrGroupByName("Benzene").Peak_Area returns the peak area of compound Benzene in the current signal. |
Returned scope: | Peak or group Object |