cdfSetUnitScaleFactor
cdfSetUnitScaleFactor(
t_unitName
t_scaleFactor
)
=> t / nil
Description
Sets the scale factor for the specified unit.
Arguments
|
Specifies the unit name for which you want to set the scale factor. |
|
Value Returned
Examples
Sets the scale factor for the unit lengthMetric to m (millimeters):
cdfSetUnitScaleFactor("lengthMetric" "m")
Return to top