Gets and sets the low converted (EU) value used with the linear conversion process. | |
Syntax: | VARIANT =
object.LowConvValue object.LowConvValue = VARIANT |
Description: | The CimEngineeringUnits.LowConvValue is a
variant containing the low converted 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 |