HELP
An object that outputs a constant PComplex
number.  To input an array, press tab to
enter the next value.

USE
Use PComplex to set a PComplex constant or to
get user input.

LOCATION
Data ==> Constant ==> PComplex

EXAMPLE
To use PComplex as a prompt on a panel view,
change the name of the PComplex object to a
prompt such as Enter the AC voltage:.  The
user fills in the requested information in
the entry field.

Type in (2,@PI/2) and it will calculate
the PComplex Constant formula.

OBJECT MENU

* Auto Execute - If set, the object operates
whenever the values in the field are edited.

* Config - Sets the initial number of values
to be output with this object.  with this
object.  A value of 0 sets the container to a
scalar, otherwise the container is an array
of the length given.

* Initialize - Used to set this object to a
particular value at PreRun and/or Activate
time.

  * Initial Value - A dialog box that
specifies the value to be set.  Default value
is (0,@0) (value of that container type).

  * Initialize At PreRun - Whether to set the
Initial Value at PreRun time.  Default is
off.

  * Initialize At Activate - Whether to set
the Initial Value at Activate time.  Default
is off.

* Number Formats - Sets the numeric format
for Real and Integers.

NOTES
Initialize is most often used for
initializing values inside a UserObject.

The other method for setting initial
values is the Default Value control pin.  The
Default Value pin allows you to
programmatically change the current value.

Note that the Initial Value field is
always a scalar, even if the PComplex is
configured to be an array.  The Default Value
input pin, however, requires its input
container to match the shape of the PComplex.
Trig Mode specifies phase value units.

You can enter Magnitude and Phase values
(separated by commas) and HP VEE formats
automatically.

SEE ALSO
Alloc PComplex, Complex, Constant, Coord,
Date/Time, Enum, Integer, Number Formats,
Real, Text, Trig Mode, and Toggle.
