Scope: | Peak or group |
Parameters: | See possible syntax |
Description: | Returns the best matching peak of a peak according to a set of criteria. |
Syntax: |
|
Example: |
Peak_Area/MatchingPeak(MatchOption.Compound,CurrentInjection.SignalByName("DAD1A")).Peak_Area returns the ratio of the area of a peak by the area of the peak with the same name in signal DAD1A. Peak_Area/MatchingPeak(MatchOption. ClosestRTOnSignal, 0.1, CurrentInjection.AllPeaks).Peak_Area returns the ratio of the area of a peak by the area of the peak with the closest RT (+/- 0.1 min) in the same signal as the current peak. Peak_Area/MatchingPeak(MatchOption.ClosestRT,0.2,CurrentInjection.SignalByName("DAD1A")).Peak_Area returns the ratio of the area of a peak by the area of the peak with the closest RT (+/- 0.2 min) in signal DAD1A . |
Returned scope: | Peak or group Object |