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