getSolRatioValues()
Return the "Solution Ratio" values.
Usage
solRatioValues = adb.getSolRatioValues( var, type = 'all', unit = None )
Parameters
- var (string) or (integer)
- The "Solution Ratio" variable name/index.
- type (string)
- The type value; 'all', 'initial' and 'final'.
- unit (string)
- The "Solution Ratio" variable unit.
Return Value
- solRatioValues (numarray)
- The "Solution Ratio" values.
Errors
var must be a valid name or index.
type must be 'all', 'initial' or 'final'.
Description
solRatioValues = adb.getSolRatioValues( 'pressure' )