IAnalysisLink ============= .. py:class:: ansys.stk.core.stkrfchannelmodeler.IAnalysisLink Properties for a transceiver link for an analysis. .. py:currentmodule:: IAnalysisLink Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.IAnalysisLink.compute` - Compute the analysis link at the given time. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.IAnalysisLink.name` - Get the analysis link name. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.IAnalysisLink.transmit_transceiver_identifier` - Get the transmit transceiver identifier. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.IAnalysisLink.transmit_transceiver_name` - Get the transmit transceiver name. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.IAnalysisLink.receive_transceiver_identifier` - Get the receive transceiver identifier. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.IAnalysisLink.receive_transceiver_name` - Get the receive transceiver name. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.IAnalysisLink.transmit_antenna_count` - Get the transmit antenna count. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.IAnalysisLink.receive_antenna_count` - Get the receive antenna count. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.IAnalysisLink.analysis_intervals` - Get the analysis intervals array. Import detail ------------- .. code-block:: python from ansys.stk.core.stkrfchannelmodeler import IAnalysisLink Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkrfchannelmodeler.IAnalysisLink.name :type: str Get the analysis link name. .. py:property:: transmit_transceiver_identifier :canonical: ansys.stk.core.stkrfchannelmodeler.IAnalysisLink.transmit_transceiver_identifier :type: str Get the transmit transceiver identifier. .. py:property:: transmit_transceiver_name :canonical: ansys.stk.core.stkrfchannelmodeler.IAnalysisLink.transmit_transceiver_name :type: str Get the transmit transceiver name. .. py:property:: receive_transceiver_identifier :canonical: ansys.stk.core.stkrfchannelmodeler.IAnalysisLink.receive_transceiver_identifier :type: str Get the receive transceiver identifier. .. py:property:: receive_transceiver_name :canonical: ansys.stk.core.stkrfchannelmodeler.IAnalysisLink.receive_transceiver_name :type: str Get the receive transceiver name. .. py:property:: transmit_antenna_count :canonical: ansys.stk.core.stkrfchannelmodeler.IAnalysisLink.transmit_antenna_count :type: int Get the transmit antenna count. .. py:property:: receive_antenna_count :canonical: ansys.stk.core.stkrfchannelmodeler.IAnalysisLink.receive_antenna_count :type: int Get the receive antenna count. .. py:property:: analysis_intervals :canonical: ansys.stk.core.stkrfchannelmodeler.IAnalysisLink.analysis_intervals :type: list Get the analysis intervals array. Method detail ------------- .. py:method:: compute(self, time: float) -> IResponse :canonical: ansys.stk.core.stkrfchannelmodeler.IAnalysisLink.compute Compute the analysis link at the given time. :Parameters: **time** : :obj:`~float` :Returns: :obj:`~IResponse`