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