UOM (unit of measure conversion)
- Last UpdatedMar 20, 2025
- 1 minute read
The UOM() function converts the values in a stream to a specified unit of measure.
Syntax
|
Format |
Stream = UOM( Stream, Unit ) |
|
Arguments |
Stream - A stream of values Unit - The engineering unit to which values are converted |
|
Description |
Converts the values in the provided stream to use the specified unit of measure. If the specified unit does not exist, or is not correctly mapped to a catalog unit for conversion, the original unit is returned instead. |