MatchingPeak(MatchOption...)

范围:

峰或组

参数:

参见可能的语法

说明:

根据一组标准返回匹配度最高的峰。

语法:

  1. MatchingPeak(MatchOption.Compound, SpecifiedPeakGroupCompoundList) 作为峰

  2. MatchingPeak(MatchOption.CompoundOnSignal, SpecifiedPeakGroupCompoundList) 作为峰

  3. MatchingPeak(MatchOption.ClosestRT, 增量(分钟), SpecifiedPeakGroupCompoundList) 作为峰

  4. MatchingPeak(MatchOption.ClosestRTOnSignal, 增量(分钟), SpecifiedPeakGroupCompoundList) 作为峰

  5. MatchingPeak(MatchOption.ClosestRT, SpecifiedSignal) 作为峰

  6. MatchingPeak(MatchOption.Compound, 增量(分钟), SpecifiedSignal) 作为峰

示例:

Peak_Area/MatchingPeak(MatchOption.Compound,CurrentInjection.SignalByName("DAD1A")).Peak_Area 将返回峰的面积与 DAD1A 信号中拥有相同名称的峰的面积的比率。

Peak_Area/MatchingPeak(MatchOption.ClosestRTOnSignal, 0.1, CurrentInjection.AllPeaks).Peak_Area 将返回与当前峰相同的信号中,峰面积与具有最近 RT (+/- 0.1 min) 的峰的峰面积比。

Peak_Area/MatchingPeak(MatchOption.ClosestRT,0.2,CurrentInjection.SignalByName("DAD1A")).Peak_Area 将返回峰面积与 DAD1A 信号中具有最近 RT (+/- 0.2 min) 的峰的峰面积比。

返回范围:

峰或组对象