getList()

Get a list par value from database.

Usage

listVal = acs.getList( par, path )

Parameters

par (string)
The parameter name.
path (string)
Data base path of the par.

Return Value

listVal (list)
The parameter value.

Errors

The path should be valid.

The parameter in the data base must be a List.

Description

This routine returns a list parameter from the data base. The parameter address is given by its node path and the par name. For example,
nodeMdl = ROOT + RS + 'Model'
meshSets = acs.getList( path = nodeMdl, par = 'meshSets' )