getOthValues()
Return the list of OTH integrated values.
Usage
othVals = adb.getOthValues( name, node, var, unit = None )
Parameters
- name (integer) or (string)
- Name or ID of an OTH name.
- node (integer) or (string)
- Name or index of an OTH node.
- var (integer) or (string)
- Name or ID of an OTH variable.
- unit (string)
- If unit is not None, the value will be converted to the new unit and be returned.
Return Value
- othVals (list)
- List of OTH integrated values.
Description
othVals = adb.getOthValues( 0, 1, 3 )