Instruction manual
SECTION 4. SPLIT
4-17
Wind Chill Report from Mt. Logan Peak
Temp Wind H Wind Wind
in Speed Chill Chill
deg C in in in
ms degC degF
14.756 2.6172 438.06 13.148 55.666
14.156 3.6967 489.58 10.813 51.463
13.806 3.4643 491.34 10.733 51.319
13.639 3.3972 493.4 10.64 51.151
13.65 4.6533 529.57 9.0005 48.201
12.961 4.0185 530.58 8.9547 48.118
13.306 4.2554 528.27 9.0596 48.307
14.511 2.9448 456.04 12.333 54.199
15.439 2.4397 414.97 14.194 57.55
16.161 2.066 383.21 15.633 60.14
16.3 2.6489 402.08 14.778 58.601
15.894 3.0463 425.2 13.731 56.715
16.117 3.7325 439.59 13.078 55.541
16.072 4.8812 468.26 11.779 53.202
16.833 3.7682 421.85 13.882 56.988
17.639 3.9694 405.59 14.619 58.314
18.972 3.5626 361.39 16.622 61.92
19.628 3.0208 331.76 17.965 64.337
19.217 3.1648 345.62 17.337 63.207
18.067 3.9157 393.08 15.186 59.335
15.467 5.2791 493.51 10.635 51.142
13.439 6.9821 584.71 6.5016 43.703
13.044 7.6526 607.86 5.4526 41.815
12.9 5.3014 566.29 7.3368 45.206
4.3.6.4 SUMMARY OF SELECT LINE
SYNTAX RULES
• A fixed numeric value must include a
decimal point "." or be in scientific
notation. There are some exceptions to
this as noted below.
• Scientific notation has the format
"mantissa E power of ten (e.g., 3E5 = 3
x 10
5
).
• Element numbers are entered without a
decimal point.
• Commas separate SELECT line
parameters (e.g., 2,3,(3+4)/3.2,6).
• Two decimal points are used to select
consecutive elements between starting
and ending elements (e.g., 3..6, refers
to the elements 3,4,5, and 6).
• A set is a group of 2 or more elements
and/or expressions separated by
commas and enclosed by parentheses.
No member of a set can include
parentheses. Therefore, a set cannot
include a set or a function as one of its
members. For example:
VALID EXP. INVALID EXP.
Arctan (2/3) Arctan ((2/3))
Arctan (2/3, 3/4, 4/5) Arctan ((2/3, 3/4), 4/5)
Arctan (COS(2)) Arctan (COS(2), COS(3))
• A single expression can operate on a
set of elements. For example, the
expression (3..6,8)/2.0 is the same as
3/2.0, 4/2.0, 5/2.0, 6/2.0, 8/2.0;
(3..6)/(2..5) is the same as 3/2, 4/3, 5/4,
6/5.
• The element or expression which is the
argument of a math or Time Series
function, must be enclosed in
parentheses. A range of elements can
be specified, resulting in as many