IResponse ========= .. py:class:: ansys.stk.core.stkrfchannelmodeler.IResponse Properties and data for a channel characaterization response. .. py:currentmodule:: IResponse Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.IResponse.type` - Get the response type. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.IResponse.data` - Get the response data. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.IResponse.transmit_antenna_count` - Get the transmit antenna count. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.IResponse.receive_antenna_count` - Get the receive antenna count. Import detail ------------- .. code-block:: python from ansys.stk.core.stkrfchannelmodeler import IResponse Property detail --------------- .. py:property:: type :canonical: ansys.stk.core.stkrfchannelmodeler.IResponse.type :type: ChannelResponseType Get the response type. .. py:property:: data :canonical: ansys.stk.core.stkrfchannelmodeler.IResponse.data :type: list Get the response data. .. py:property:: transmit_antenna_count :canonical: ansys.stk.core.stkrfchannelmodeler.IResponse.transmit_antenna_count :type: int Get the transmit antenna count. .. py:property:: receive_antenna_count :canonical: ansys.stk.core.stkrfchannelmodeler.IResponse.receive_antenna_count :type: int Get the receive antenna count.