GetBoolCC(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 Boolean.

Syntax:

GetBoolCC("MyCCName") as a boolean

Example:

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

Returned scope:

Boolean Value