HELP
An object that creates a real array.

USE
Use Alloc Real to create an array of Real
elements.

LOCATION
Data ==> Allocate Array ==> Real

OPEN VIEW PARAMETERS

* Num Dims - The number of dimensions in the
output array.  Num Dimensions must be an
integer number.  Minimum is 1.  Maximum is
10.  Default is 1.

* Init Value | Lin Ramp | Log Ramp

  * Init Value - The value to place in each
array element.  Default is 0.

  * Lin Ramp - A linear ramp of real values
that are as equally spaced as possible
between the ramp initial value (inclusive)
and the ramp ending value (inclusive).  This
option is only available if Num Dims = 1.

  * Log Ramp - A ramp of real values that are
logarithmically spaced between the ramp
initial value (inclusive) and the ramp ending
value (inclusive).  This option is only
available if Num Dims = 1.

* Size - The number of elements in the
dimension.  There is one field per dimension.
Default is 10.
Init Value and Size may be set on the object
or from data input pins.

NOTES
To change the values of individual elements,
use Set Values.

If the Num Dims value is changed, the view
automatically creates or deletes fields on
the open view so that the number of
dimension-sized fields matches the Num Dims
value.

The output array is not mapped.  Use Set
Mappings to map the dimensions of the array.

SEE ALSO
Get Values, Real, Set Mappings, and Set
Values.
