HELP
An object that creates a PComplex array.

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

LOCATION
Data ==> Allocate Array ==> PComplex

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 - The value to place in each
array element.  The initial value's phase is
normalized to fall between pi and -pi
radians; the number's magnitude is converted
to a positive if it was negative and the
phase angle was shifted 180 degrees.  Default
is (0, @0).

* 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
Set Values changes the values of individual
elements.

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, PComplex, Set Mappings, and Set
Values.
