Identifier |
Caffein_percent |
Scope |
Injection |
Type |
Double |
Description |
Compute the ratio of compound Caffein by total amount of all other compounds. Caffein is identified on signal VWD1A. |
Unit |
% |
Formula |
CurrentInjection.SignalByName("VWD1A").PeakOrGroupByName( "Caffein").Compound_Amount/Sum("Compound_Amount", CurrentInjection.AllIdentifiedPeaks)*100 |