To simplify the formulas, some shortcuts have been introduced. For example, if you are at the Peak or group scope, and you want to calculate the Area*3 for each peak, the complete formula would be CurrentPeakOrGroup.Peak_Area*3. This is equivalent to Peak_Area*3.
CurrentPeakOrGroup.Sequence.Sequence_Name is equivalent to CurrentSequence.Sequence_Name and equivalent to Sequence_Name.
On the current object, you can call each field and each custom calculation directly. In this case you automatically refer to the corresponding current object. This means that:
Field is equivalent to correspondingCurrentObject.Field.
For example, Peak_Area is equivalent to CurrentPeakOrGroup.Peak_Area
myCC is equivalent to correspondingCurrentObject.GetDoubleCC("myCC").