getOriVarUnit()

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

Usage

oriVarUnit = adb.getOriVarUnit( name

Parameters

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

Return Value

oriVarUnit (list) or (string)
The RI unit (default unit of unit category) of adb variable.

Description

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