2
INSIGHT Software
Operation
62 Evolution 200 Series User Guide Thermo Scientific
Measurement Functions
PassFail(<expression>) “Pass” in the language of the current culture if the expression
evaluates to true; otherwise, “Fail”.
Quote Text containing the quote (“) character.
Return Text containing a carriage return.
TextLength(<text>) Number of characters, including spaces, in the specified text.
A CRLF is counted as two characters.
ExtractText(<text>, <start>,
<len>)
Portion of the specified text. The extracted text starts at the
specified <start> index and has a specified length.
Tab Text containing the tab character.
ToNumber(<text>) Numeric representation of the text.
ToText(<number>) Text representation of the number.
Function Returned or Performed by Function
Y(location) Y-axis value at the given location.
Y(location, baseline) Y-axis value at the given location with a one-point baseline.
Y(location, baseline1,
baseline2)
Y-axis value at the given location with a two-point baseline.
Area(start, end) Area between two spectral limits.
Area(start, end,
baseline)
Area between two spectral limits using a one-point baseline.
Area(start, end,
baseline1, baseline2)
Area between two spectral limits using a two-point baseline.
PMin(start, end) Minimum Y-axis value between two spectral limits.
PMax(start, end) Maximum Y-axis value between two spectral limits.
PMax(start, end,
baseline)
Corrects the spectrum with a one-point baseline and then report the
maximum Y-axis value between two spectral limits.
PMax(start, end,
baseline1, baseline2)
Corrects the spectrum with a two-point baseline and then report the
maximum Y-axis value between two spectral limits.
PLoc(start, end) Location (X-axis value) at which the maximum Y-axis value occurs
between two spectral limits.
PLoc(start, end,
baseline)
Corrects the spectrum with a one-point baseline and then report the
location (X-axis value) at which the maximum Y-axis value occurs
between two spectral limits.
Function Returned by Function