Scope: | Injection |
Parameters: |
The signal name |
Description: |
Returns a signal of current injection from its name. |
Syntax: | SignalByName(signalName as a string) as an object |
Example: |
Sum("Peak_Area",CurrentInjection.SignalByName("DAD1A").AllIdentifiedPeaks) returns the total area of identified peaks on the signal DAD1A, Sum("Peak_Area",CurrentInjection.SignalByName(Signal_Name).AllIdentifiedPeaks) returns the total area of identified peaks on the current signal. |
Returned scope: | Signal object |