getOhcValues()

Return the list of OHC integrated values.

Usage

ohcVals = adb.getOhcValues( name, var, unit = None )

Parameters

name (integer) or (string)
Name or ID of an OHC name.
var (integer) or (string)
Name or ID of an OHC variable.
unit (string)
If unit is not None, the value will be converted to the new unit and be returned.

Return Value

ohcVals (list)
List of OHC integrated values.

Description

This routine returns the list of OHC integrated values. This function needs two indices as argument which are given by name and var. If unit is not None, the value will be converted to the new unit and be returned. For example,
trac = adb.getOhcValues( "wall", "traction", "N" )