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