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