getOeiTimes()

Return OEI run times.

Usage

oeiTimes = adb.getOeiTimes( name )

Parameters

name (integer) or (string)
Name or ID of an OEI name.

Return Value

oeiTimes (list)
List of OEI run times.

Description

This routine returns the list of OEI run times. This function needs an index as argument which is given by name. For example,
oeiTimes = adb.getOeiTimes( 3 )