GetDoubleCC(string)

Scope:

Sequence

Injection

Signal

Peak or group

Parameters:

CC name

Description:

Returns the result of another custom calculation. The name of the other calculation is provided as a parameter. The result of the referred formula is returned as data type Double.

Syntax:

GetDoubleCC("MyCCName") as a double

Example:

CurrentInjection.SignalByName("DAD1A").PeakOrGroupByName("Benzene").GetDoubleCC("CC1") returns the value formated as a double of the CC1 for compound Benzene

Returned scope:

Double Value