CommunicationsAnalysisConfigurationModel ======================================== .. py:class:: ansys.stk.core.stkrfchannelmodeler.CommunicationsAnalysisConfigurationModel Bases: :py:class:`~ansys.stk.core.stkrfchannelmodeler.IAnalysisConfigurationModel` The analysis configuration model for a communications analysis. This contains a collection of the transceiver configurations belonging to the communications analysis. .. py:currentmodule:: CommunicationsAnalysisConfigurationModel Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.CommunicationsAnalysisConfigurationModel.transceiver_configuration_collection` - Get the collection of transceiver configurations. Import detail ------------- .. code-block:: python from ansys.stk.core.stkrfchannelmodeler import CommunicationsAnalysisConfigurationModel Property detail --------------- .. py:property:: transceiver_configuration_collection :canonical: ansys.stk.core.stkrfchannelmodeler.CommunicationsAnalysisConfigurationModel.transceiver_configuration_collection :type: CommunicationsTransceiverConfigurationCollection Get the collection of transceiver configurations.