Agilent Technologies E5071C Manual page 1232

Hide thumbs Also See for E5071C:
Table of Contents

Advertisement

ComplexPolar(x,y)
Syntax
z = ComplexPolar(x,y)
Description
Sets a complex number to a complex type variable z. Specify a complex
number with an absolute value x and a phase angle y (radian).
Data type
x : Double precision floating point type (Double)
y : Double precision floating point type (Double)
z : Complex type (Complex)
Example of use
Dim a As Complex, pi As Double
pi = 3.14159265
a = ComplexPolar(2.5, 60 * pi / 180)
Programming
1459

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents