Decimal (raw) value

Signature

Raw(signal)

Description

Returns the decimal (raw) value. An ECU algorithm usually works with an internal representation (e.g. integer) which is converted into the physical domain (e.g. floating point) with a conversion formula (e.g. phys = 1.5 * impl + 7). By default calculations use the physical value. The implementation or raw value can be accessed by applying the raw function.

Result

The decimal (raw) value of signal before applying the conversion formula.

Arguments

 

signal

A signal which must have a conversion formula.