getTab()

Get a tab par value from database.

Usage

tabVal = acs.getTab( par, path )

Parameters

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

Return Value

tabVal (string)
The parameter value.

Errors

The path should be valid.

The parameter in the data base must be one of the defined Tab names.

Description

This routine returns a tab parameter from the data base. The parameter address is given by its node path and the par name. For example,
nodeBfs = ROOT + RS + 'BODY_FORCE'
tab = acs.getTab( par = 'tab', path = nodeBfs )