getResRatioVarUnit()
Return the SI unit of the "Residual Ratio" variable.
Usage
resRatioVarUnit = adb.getResRatioVarUnit( name )
Parameters
- name (string)
- The "Residual Ratio" variable name.
Return Value
- resRatioVarUnit (string)
- The SI unit of the variable.
Errors
name must be a valid name.
Description
This routine returns the SI unit of the "Residual Ratio" variable. The "Residual Ratio" name is
given by name. For
example,
resRatioVarUnit = adb.getResRatioVarUnit( 'velocity' )