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