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