User`s guide

Contents 477 Index
The following types are used:
The following functions are available:
Return type Description
int
Integer number, e.g. 12
float
Floating point number, e.g. 3.14159 or -1.2e-10
string
Character string; string constants must be put in quotation marks, e.g.
“A gi le nt ”
enum
Enumeration, see
int PeakFound(float Size, enum Windowtype,
float WindowSize)
Function Description
PeakFound
Used to check whether certain sized fragment is found or not.
It returns the PeakID of the peak if the fragment was found,
otherwise returns 0.
PeakFoundAuto
Used to check whether a certain sized fragment is found or
not. It Returns the PeakID of the peak if the fragment was
found, otherwise returns 0. This function tries to look for a
peak whose fragment size is between size+10% and size-10%.
PeakConcentration
Returns the concentration of the peak if the fragment was
found, otherwise returns 0.
NumberOfPeaks
Returns the number of detected peaks in a channel.