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
nodeAss= ROOT + RS + 'AUTO_SOLUTION_STRATEGY'
OutPar( nodeAss,'max_time_steps' )