getLinIterTimes()

Return the "Linear Iterations" times value.

Usage

linIterTimes = adb.getLinIterTimes( var, index = 0 )

Parameters

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

Return Value

linIterTimes (array numarray)
The "Linear Iterations" times values.

Errors

var must be a valid name or index.

index must have proper value.

Description

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