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.
Fields and functions in the Sample level can be used after CurrentSample or Sample.
Fields, functions and custom calculations in the Injection level can be used after CurrentInjection or Injection.
Fields, functions and custom calculations in the Signal level can be used after CurrentSignal, Signal, or SignalByName().
Fields, functions and custom calculations in the Peak or group level can be used, for example, after CurrentPeakOrGroup, PeakOrGroup, ClosestPeakOrGroup, or PeakOrGroupByName().
Fields of the Calibration Curve level can be used after CurrentCalibrationCurve or CalibrationCurve.
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.