OutReal()

Print out a real parameter in the exported file.

Usage

OutReal( name, value, par, node)

Parameters

name (string)
Parameter name.
value (real)
The value of real parameter.
par (string)
Unit option parameter name. The value of the unit option for this parameter is extracted from this parameter under the above node, and upon change by you, the value is deposited therein.
node (string)
Data base path of the node containing the unit option parameter.

Return Value

None

Error

  • The value must be of type real.

Description

This routine prints out a real parameter in the exported file. The parameter name is given by name and its value by value. For example,
OutReal( "min_tay_energy",0.001)