getOeiSteps()
Return the list of OEI time steps.
Usage
oeiSteps = adb.getOeiSteps( name )
Parameters
- name (integer) or (string)
- Name or ID of an OEI name.
Return Value
- oeiSteps (list)
- List of OEI time steps.
Description
This routine returns the list of OEI time steps. This function needs an index as argument which
is given by name. For
example,
oeiSteps = adb.getOeiSteps( 1 )