getOeiValues()
Return the list of OEI integrated values.
Usage
oeiVals = adb.getOeiValues( name, var, unit = None )
Parameters
- name (integer) or (string)
- Name or ID of an OEI name.
- var (integer) or (string)
- Name or ID of an OEI variable.
- unit (string)
- If unit is not None, the value will be converted to the new unit and be returned.
Return Value
- oeiVals (list)
- List of OEI integrated values.
Description
trac = adb.getOeiValues( "wall", "traction", "N" )