getOthSteps()

Return the list of OTH time steps.

Usage

othSteps = adb.getOthSteps( name )

Parameters

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

Return Value

othSteps (list)
List of OTH time steps.

Description

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