getDic()

Get a dictionary par value from database.

Usage

dicVal = acs.getDic( par, path )

Parameters

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

Return Value

dicVal (dictionary)
The parameter value.

Errors

The path should be valid.

The parameter in the data base must be a Dictionary.

Description

This routine returns a dictionary parameter from the data base. The parameter address is given by its node path and the par name. For example,
nodeCad = ROOT + RS + 'main' + RS + 'CAD_DATA'
oldGeomModel = getDic( par = 'regGeomModel', path = nodeCad )