getPbcName()

Return the name of a periodic specified by its ID.

Usage

pbcName = vis.getPbcName( pbcId )

Parameters

pbcId (integer)
Periodic ID.

Return Value

pbcName (string)
Periodic name corresponding to the periodic ID.

Errors

pbcId should be valid.

Description

This routine returns the name of a periodic specified by its ID which is given by pbcId. For example,
pbcName = vis.getPbcName( 1 )