CommRadComplexNumber# class ansys.stk.core.stkobjects.CommRadComplexNumber# Class defining a complex number. Overview# Properties real Get or set the real part of the complex number. imaginary Get or set the imaginary part of the complex number. Import detail# from ansys.stk.core.stkobjects import CommRadComplexNumber Property detail# property CommRadComplexNumber.real: float# Get or set the real part of the complex number. property CommRadComplexNumber.imaginary: float# Get or set the imaginary part of the complex number.