cdfGetUnitScaleFactor
cdfGetUnitScaleFactor(t_unitName) =>t_scaleFactor
Description
Displays the current scale factor for the specified unit.
Arguments
|
Specifies the unit name for which you want to display the scale factor. |
Value Returned
|
Returns the current scale factor for the specified unit name. |
Examples
Returns the scale factors for power:
cdfGetUnitScaleFactor("power")
Return to top