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

This routine returns the "Residual Ratio" values. The "Residual Ratio" name or index is given by var. For example,
resRatioValues = adb.getResRatioValues( 'velocity' )