getResRatioSteps()

Return the "Residual Ratio" steps value.

Usage

resRatioSteps = adb.getResRatioSteps( var, type = 'all' )

Parameters

var (integer) or (string)
The "Residual Ratio" variable name/index.
type (string)
The type value; 'all', 'initial' and 'final'.

Return Value

resRatioSteps (numarray)
The "Residual Ratio" step values.

Errors

var must be a valid name or index.

type must be 'all', 'initial' or 'final'.

Description

This routine returns the "Residual Ratio" steps value. The "Residual Ratio" name or index is given by var. For example,
resRatioSteps = adb.getResRatioSteps( 'velocity' )