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