getResRatioData()

Return the "Residual Ratio" steps, times and values data.

Usage

resRatioData = adb.getResRatioData( 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

resRatioData (tuple of arrays)
The "Residual Ratio" data.

Errors

var must be a valid name or index.

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

Description

This routine returns the "Residual Ratio" steps, times and values data. The "Residual Ratio" name or index is given by var. For example,
resRatioData = adb.getResRatioData( 'velocity' )