Scope: Signal
Type: Double
Find function to access the first peak (PeakByIndex)
Use the ClosestPeak function (ClosestPeakOrGroup)
FirstPeak: CurrentSignal.PeakByIndex(1).Peak_RetentionTime |
Closest to RT=0.5 with a delta of 0.001: CurrentSignal.ClosestPeakOrGroup(0.5,0.001).Peak_RetentionTime |