Agilent Technologies E5071C Manual page 1234

Hide thumbs Also See for E5071C:
Table of Contents

Advertisement

ComplexSetArray(x)
Syntax
y = ComplexSetArray(x)
Description
Converts a variant type or double floating point type array x that contains
complex numbers using 2 elements to store each complex number in the
order of the real part and imaginary part to a complex type array y.
Data type
x : Variant type (Variant) array or Double precision floating point type
(Double) array
y : Complex type (Complex) array
Example of use
Dim a as Variant, b as Complex
a = SCPI.CALCulate(1).SELected.DATA.SDATa
b = ComplexSetArray(a)
Programming
1461

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents