getOfcTimes()

Return OFC run times.

Usage

ofcTimes = adb.getOfcTimes( name )

Parameters

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

Return Value

ofcTimes (list)
List of OFC run times.

Description

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