Scope: | Signal |
Parameters: | Index of the peak |
Description: | Returns a peak in a specified signal from its index. |
Syntax: | PeakByIndex(index as a integer) as an object |
Example: |
CurrentSignal.PeakByIndex(2).Peak_Area returns the peak area of the second peak in the current signal. Note that missings, time groups and named groups have no indexes and will then never be returned. |
Returned scope: | Peak or group Object |