getFileData()

The content of the par is put in the file, and the name of the file is returned.

Usage

fileDataVal = acs.getFileData( par, path )

Parameters

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

Return Value

fielDataVal (string)
The parameter value.

Errors

The path should be valid.

The parameter in the data base must be a String value.

Description

This routine puts the content of the par in the file, and the name of the file is returned. The parameter address is given by its node path and the par name. For example,
nodeEqn = ROOT + RS + 'EQUATION'
inpFileData = acs.getFileData( par = 'inp_file_data', path = nodeEqn )