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