CimEngineeringUnits.LowRawValue (property)

Gets and sets the low raw (device) value used with the linear conversion process.
Syntax: VARIANT = object.LowRawValue
object.LowRawValue = VARIANT
Description: The CimEngineeringUnits.LowRawValue is a variant containing the low raw value used for linear conversion with a string representation of 10 characters or less. Larger values will be rejected. To use linear conversion you must set linear conversion to True.

Examples

point.EngineeringUnits.HighRawValue = 65536
point.EngineeringUnits.LowRawValue = 0
point.EngineeringUnits.HighConvValue = 5000
point.EngineeringUnits.LowConvValue = 0



See Also

Point Configuration