getOeiVarUnit()

Return the EI unit (default unit of unit category) of adb variable.

Usage

oeiVarUnit = adb.getOeiVarUnit( name )

Parameters

name (integer) or (string)
Name or ID of an OEI name.

Return Value

oeiVarUnit (list) or (string)
The EI unit (default unit of unit category) of adb variable.

Description

This routine returns the EI unit (default unit of unit category) of adb variable. This function needs an index as argument which is given by name. For example,
oeiVarUnit = adb.getOeiVarUnit( "wall" )