Current
Current is a list of functions that allows you to
access the fields, functions or custom calculations of a given level, or to
navigate in the data hierarchy from a level to its parent level.
For example, when you are at the peak level and want to access the value
of a sequence field (Sequence_Name), the full syntax is
CurrentPeakOrGroup.Sequence.Sequence_Name. In order to
simplify the formulas, you can use the equivalence
CurrentSequence.Sequence_Name.
Current object | Scopes and
meaning of the object in that scope |
CurrentCalibrationCurve |
Peak or group:
CurrentPeakOrGroup.CalibrationCurve -
Signal: returns no value -
Injection: returns no value
Sequence: returns no
value |
CurrentInjection |
Peak or group:
CurrentPeakOrGroup.Injection -
Signal: CurrentSignal.Injection
Injection: itself
Sequence: returns no
value
|
CurrentPeakOrGroup |
|
CurrentSample |
Peak or group:
CurrentPeakOrGroup.Injection.Sample or
CurrentInjection.Sample -
Signal: CurrentSignal.Injection.Sample
or CurrentInjection.Sample -
Injection: CurrentInjection.Sample
Sequence: returns no
value |
CurrentSequence |
Peak or group:
CurrentPeakOrGroup.Sequence -
Signal: CurrentSignal.Injection.Sequence
or CurrentInjection.Sequence -
Injection:
CurrentInjection.Sequence -
Sequence:
itself |
CurrentSignal |
Peak or group:
CurrentPeakOrGroup.Signal -
Signal: itslef -
Injection: returns no value
Sequence: returns no
value |