getTarea()

Get a tarea par value from the database.

Usage

tareaVal = acs.getTarea( par, path )

Parameters

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

Return Value

tareaVal (string)
The parameter value.

Errors

The path should be valid.

The parameter in the data base must be a String.

Description

This routine returns a tarea parameter from the data base. The parameter address is given by its node path and the par name. For example,
nodeNic = ROOT + RS + 'NODAL_INITIAL_CONDITION'
funcX = acs.getTarea( par = "script", path = nodeNic + RS + 'x_velocity' )