Expression Node function: Difference between revisions
Appearance
Started page |
mNo edit summary |
||
| Line 6: | Line 6: | ||
== Usage == | == Usage == | ||
Expression Nodes are useful when an expression has only one variable but is otherwise complicated. Use the correct syntax, operators, and functions when creating Expression Nodes. | |||
Expression Nodes have the following restrictions: | |||
*Expression Nodes accept any non-complex numeric data type. | |||
*Expression Nodes accept only the period (.) as a decimal separator. The nodes do not recognize localized decimal separators. | |||
*Expression Nodes accept only <code>pi</code> as a constant. The constant is case-sensitive. | |||
== History == | == History == | ||
Latest revision as of 21:21, 1 July 2020
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
| Object information | |
|---|---|
| Owning palette(s) | Numeric palette |
| Type | Function |
| Requires | Basic Development Environment |
| Icon | |
Use the Expression Node function to calculate expressions that contain a single variable. The following built-in functions are allowed in formulas: abs, acos, acosh, asin, asinh, atan, atanh, ceil, cos, cosh, cot, csc, exp, expm1, floor, getexp, getman, int, intrz, ln, lnp1, log, log2, max, min, mod, rand, rem, sec, sign, sin, sinc, sinh, sizeOfDim, sqrt, tan, tanh.
Usage
Expression Nodes are useful when an expression has only one variable but is otherwise complicated. Use the correct syntax, operators, and functions when creating Expression Nodes. Expression Nodes have the following restrictions:
- Expression Nodes accept any non-complex numeric data type.
- Expression Nodes accept only the period (.) as a decimal separator. The nodes do not recognize localized decimal separators.
- Expression Nodes accept only
pias a constant. The constant is case-sensitive.
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal resources that would also help. |
External Links
| |
Add links to external resources that would also help. |