getResRatioTimes()
Return the "Residual Ratio" times value.
Usage
resRatioTimes = adb.getResRatioTimes( var, type = 'all' )
Parameters
- var (string) or (integer)
- The "Residual Ratio" variable name/index.
- type (string)
- The type value; 'all', 'initial' and 'final'.
Return Value
- resRatioTimes (numarray)
- The "Residual Ratio" time values.
Errors
var must be a valid name or index.
type must be 'all', 'initial' or 'final'.
Description
This routine returns the "Residual Ratio" times value. The "Residual Ratio" name or index is
given by var. For
example,
resRatioTimes = adb.getResRatioTimes( 'velocity' )