getOfcVarUnit()

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

Usage

ofcVarUnit = adb.getOfcVarUnit( name )

Parameters

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

Return Value

ofcVarUnit (list) or (string)
The FC unit (default unit of unit category) of adb variable.

Description

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