getOhcVarUnit()

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

Usage

ohcVarUnit = adb.getOhcVarUnit( name )

Parameters

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

Return Value

ohcVarUnit (list) or (string)
The HC unit (default unit of unit category) of adb variable.

Description

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