Gets and sets the reverse (EU to raw) custom conversion equation. | |
Syntax: | String =
object.EuRevExp object.EuRevExp = String |
Description: | The CimEngineeringUnits.EuRevExp is a
string containing the equation used to convert the value from
engineering units to device units. To use a custom expression you
must first disable the linear conversion
for the object. A forward expression
must also be specified. It is your responsibility to make sure
these expressions yield the correct results. Examples point.EngineeringUnits.LinearConversion = False point.EngineeringUnits.EuExpression = "%P^2" point.EngineeringUnits.EuRevExp = "SQR(%P)" See Also Point Configuration |