ClosestPeakOrGroup(double, double)

Scope:

Signal

Parameters:

RT , Delta (in minutes)

Description:

Returns the peak, group or compound closest to a given RT in the range [RT-delta to RT+Delta] of the specified scope.

Syntax:

ClosestPeakOrGroup(RT in minutes, Delta in minutes) as an object

Example:

CurrentSignal.ClosestPeakOrGroup(6.3, 0.1).Peak_Area returns the peak area of the closest peak to 6.3 minutes if any in the range [6.2 ; 6.4]. If no peak exists in the range [6.2 ; 6.4], no peak is returned.

Returned scope:

Peak or group Object