MatchingPeak(MatchOption...)

범위:

피크 또는 그룹

Parameters

가능한 구문 참조

설명:

기준 집합에 따라 피크 중 가장 일치하는 피크를 반환합니다.

구문:

  1. MatchingPeak(MatchOption.Compound, SpecifiedPeakGroupCompoundList)를 피크로 반환

  2. (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 분)를 가진 피크의 면적에 대한 피크의 면적 비율을 반환합니다.

Peak_Area/MatchingPeak(MatchOption.ClosestRT,0.2,CurrentInjection.SignalByName("DAD1A")).Peak_Area는 신호 DAD1A에서 가장 가까운 RT(+/- 0.2분)를 가진 피크의 면적에 대한 피크의 면적 비율을 반환합니다.

반환된 범위:

Peak 또는 Group object