OutPar()

Print out a parameter in the exported file.

Usage

OutPar( node, par, name=None, ignore=None )

Parameters

node (string)
Data base path of the node containing the parameter.
par (string)
Parameter name.
name (string)
If name is not None, will be used as parameter name (instead of par).
ignore (string)
If ignore is equal to parameter value, this parameter will not be written in the exported file.

Return Value

None

Error

The parameter must exist in the data base.

Description

This routine prints out parameter in the exported file. The parameter name is given by par and its path in the data base is specified by node. If name is not None, it will be used as parameter name. For example,
nodeAss= ROOT + RS + 'AUTO_SOLUTION_STRATEGY'
OutPar( nodeAss,'max_time_steps' )