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
This routine returns the list of OSI integrated values. This function needs two indices as
argument which are given by
name and
var. If
unit is not None, the value
will be converted to the new unit and be returned.
For
example,
trac = adb.getOsiValues( "wall", "traction", "N" )