Scope functions

From a sequence

Fields and functions in the Sequence level can be used after CurrentSequence or Sequence.

For example, use the AllPeaks function:
Count(CurrentSequence.AllPeaks)
will return the number of peaks in the current sequence.

From a sample

Fields and functions in the Sample level can be used after CurrentSample or Sample.

From an injection

Fields, functions and custom calculations in the Injection level can be used after CurrentInjection or Injection.

From a signal

Fields, functions and custom calculations in the Signal level can be used after CurrentSignal, Signal, or SignalByName().

From a peak , group, or compound

Fields, functions and custom calculations in the Peak or group level can be used, for example, after CurrentPeakOrGroup, PeakOrGroup, ClosestPeakOrGroup, or PeakOrGroupByName().

From a calibration curve

Fields of the Calibration Curve level can be used after CurrentCalibrationCurve or CalibrationCurve.

From an MS spectrum

Fields and functions in the MS spectrum level can be used after an MS spectrum object. You access MS spectra via a peak, for example, CurrentPeakOrGroup.AutoExtractedMsSpectrum.