simetrix.ComplexXYDataVector

class simetrix.ComplexXYDataVector

Bases: AbstractXYDataVector

Deprecated. X-Y data vector containing complex values.

Methods

size()

Returns the number of elements in the vector.

type()

Returns the numeric value types for the data this contains.

x()

Returns a vector containing the X data.

y()

Returns a vector containing the Y data.

size() int

Returns the number of elements in the vector.

Returns:

Number of elements in the vector.

Return type:

int

type() NumericValueType

Returns the numeric value types for the data this contains.

Data values are either real or complex values.

Returns:

Numeric type for the values this holds.

Return type:

ValueType

x() ComplexDataVector

Returns a vector containing the X data.

Returns:

Data vector containing the X data.

Return type:

AbstractDataVector

y() ComplexDataVector

Returns a vector containing the Y data.

Returns:

Data vector containing the Y data.

Return type:

AbstractDataVector