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