Raises e to the power of the values of input Vin.
By default, this operator will not use complex calculation to determine the output, and only the real part of the input values will be evaluated. If required, the user can set the ComplexOutput property to true. This will allow the analysis of e raised to a complex power.
Symbol in the Object Toolbox

Operator ports
Input V: Specific sample type, see below.Output e^V: Floating point value buffers
This operator computes e raised to the power of the input values.
If the ComplexOutput property is set to false (default), the operator will only use the real part of the incoming vector and will calculate, field by field, e raised to the power of Vin.
If the ComplexOutput property is set to true, the imaginary part of the input will also be evaluated. The output is evaluated in the following manner:
If a specific field in Vin is indicated as a + ib, then the output will be:
e^Vin = e^a * e^ib (note the polar form of this output).
Properties
Find more information about changing properties here: "Properties Viewer"ComplexOutput
type: True or FalseWhether the output can contain complex numbers
True or False
True may also be read like 'yes' and false like 'no'
Caption
type: Word or phraseThe name of the object in the project. This name must not contain '.', '$' nor '@' characters.
Documentation
type: See descriptionOptional documentation of this object. If this object is an operator, the Documentation text is displayed below the operator symbol.