simetrix.GroupVectorDivision¶
- class simetrix.GroupVectorDivision¶
Bases:
objectProvides access to a single division of a
GroupVector.Methods
Attributes
Division index.
String data.
Use to create numPy arrays of x-data.
Complex x-data of division.
x-data of division.
Real x-data of division.
Use to create numPy arrays of y-data.
Complex y-data of division.
y-data of division.
Real y-data of division.
- property stringdata: list[str]¶
String data.
- property x: VectorData¶
Use to create numPy arrays of x-data.
- property xcomplex: list[complex]¶
Complex x-data of division. If data is actually real, will return a complex value with imaginary part zero.
- property xdata: list[float] | list[complex]¶
x-data of division. Returns either real or complex determined at run time.
- property xreal: list[float]¶
Real x-data of division. If data is actually complex, will return the magnitude.
- property y: VectorData¶
Use to create numPy arrays of y-data.
- property ycomplex: list[complex]¶
Complex y-data of division. If data is actually real, will return a complex value with imaginary part zero.
- property ydata: list[float] | list[complex]¶
y-data of division. Returns either real or complex determined at run time.
- property yreal: list[float]¶
Real y-data of division. If data is actually complex, will return the magnitude.