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