SUCALC
SUCALC, RSetName
, lab1
, Oper
, lab2
, fact1
, fact2
, const
Create new result data by operating on two existing result data
sets on a given surface.
RSetName
Eight character name for new result data.
lab1
First result data upon which to operate.
Oper
Mathematical operation to perform.
ADD
—
(
lab1
+lab2
+const
)SUB
—
(
lab1
-lab2
+const
)MULT
—
(
lab1
*lab2
+const
)DIV
—
(
lab1
/lab2
+const
)EXP
—
(
lab1
^fact1
+lab2
^fact2
+const
)COS
—
(cos (
lab1
) +const
)SIN
—
(sin (
lab1
) +const
)ACOS
—
(acos (
lab1
) +const
)ASIN
—
(asin (
lab1
) +const
)ATAN
—
(atan (
lab1
) +const
)ATA2
—
(atan2 (
lab1
/lab2
) +const
)LOG
—
(log (
lab1
) +const
)ABS
—
(abs (
lab1
) +const
)ZERO
—
(0 +
const
)lab2
Second result data upon which to operate.
fact1
First scaling factor (for EXP option only).
fact2
Second scaling factor (for EXP option only).
const
Constant added to the values in the resulting data.