GetPars()

Get a list of children parameters.

Usage

pars = GetPars( path )

Parameters

path (string)
Data base path of the node.

Return Value

pars (list)
The list of children parameters.

Error

The path must exist in the data base.

Description

This routine returns the list of children parameters of a node from the data base. The node address is given by its node path. For example,
modelPath = ROOT + RS + 'Model' + RS + 'Volumes' + RS + 'Volume_1'
pars = GetPars( modelPath )