polar()

Converts polar magnitude and angle into a complex number. Returns: a complex number or NULL if an error occurs.

Syntax:

polar(mag, ang);

where

mag is any integer or real number that represents polar magnitude.

ang is any integer or real number that represents an angle.

Example:
decl a;
a = polar(1.5, 90);        // a=9.18485e-17+1.5i (a complex number)

Where Used:

Measurement Expressions (Data Display equations and Schematic MeasEqns), Schematic, Layout, Simulation, GUI

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources