getOfcSteps()

Return the list of OFC time steps.

Usage

ofcSteps = adb.getOfcSteps( name )

Parameters

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

Return Value

ofcSteps (list)
List of OFC time steps.

Description

This routine returns the list of OFC time steps. This function needs an index as argument which is given by name. For example,
ofcSteps = adb.getOfcSteps( 1 )