CommRadComplexNumber ==================== .. py:class:: ansys.stk.core.stkobjects.CommRadComplexNumber Class defining a complex number. .. py:currentmodule:: CommRadComplexNumber Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.CommRadComplexNumber.real` - Get or set the real part of the complex number. * - :py:attr:`~ansys.stk.core.stkobjects.CommRadComplexNumber.imaginary` - Get or set the imaginary part of the complex number. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import CommRadComplexNumber Property detail --------------- .. py:property:: real :canonical: ansys.stk.core.stkobjects.CommRadComplexNumber.real :type: float Get or set the real part of the complex number. .. py:property:: imaginary :canonical: ansys.stk.core.stkobjects.CommRadComplexNumber.imaginary :type: float Get or set the imaginary part of the complex number.