getLinIterSteps()

Return the "Linear Iterations" steps value.

Usage

linIterSteps = adb.getLinIterSteps( var, index = 0 )

Parameters

var (string) or (integer)
The "Linear Iterations" variable name/index.
index (integer)
The "Linear Iterations" index.

Return Value

linIterSteps (array numarray)
The "Linear Iterations" steps values

Errors

var must be a valid name or index.

Index must have proper value.

Description

This routine returns the "Linear Iterations" steps value. The variable name or index is given by var. For example,
linSteps = adb.getLinIterSteps( 1,2 )