getOthVarUnit()
Return the TH unit (default unit of unit category) of adb variable.
Usage
othVarUnit = adb.getOthVarUnit( name )
Parameters
- name (integer) or (string)
- Name or ID of an OTH name.
Return Value
- othVarUnit (list) or (string)
- The TH unit (default unit of unit category) of adb variable.
Description
This routine returns the TH unit (default unit of unit category) of adb variable. This function
needs an index as argument which is given by name. For
example,
othVarUnit = adb.getOthVarUnit( "wall" )