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
This routine returns the list of OTH integrated values. This function needs three indices as
argument which are given by
name,
node and
var. If
unit is not None, the value
will be converted to the new unit and be returned.
For
example,
othVals = adb.getOthValues( 0, 1, 3 )