CommunicationsTransceiverConfiguration ====================================== .. py:class:: ansys.stk.core.stkrfchannelmodeler.CommunicationsTransceiverConfiguration The transceiver configuration for a communications transceiver. .. py:currentmodule:: CommunicationsTransceiverConfiguration Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.CommunicationsTransceiverConfiguration.supported_transceivers` - Get an array of available transceiver instances. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.CommunicationsTransceiverConfiguration.transceiver` - Get or set the transceiver. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.CommunicationsTransceiverConfiguration.mode` - Get or set the transceiver mode. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.CommunicationsTransceiverConfiguration.include_parent_object_facets` - Get or set an indicator of whether or not to include the parent object facets. Import detail ------------- .. code-block:: python from ansys.stk.core.stkrfchannelmodeler import CommunicationsTransceiverConfiguration Property detail --------------- .. py:property:: supported_transceivers :canonical: ansys.stk.core.stkrfchannelmodeler.CommunicationsTransceiverConfiguration.supported_transceivers :type: list Get an array of available transceiver instances. .. py:property:: transceiver :canonical: ansys.stk.core.stkrfchannelmodeler.CommunicationsTransceiverConfiguration.transceiver :type: Transceiver Get or set the transceiver. .. py:property:: mode :canonical: ansys.stk.core.stkrfchannelmodeler.CommunicationsTransceiverConfiguration.mode :type: TransceiverMode Get or set the transceiver mode. .. py:property:: include_parent_object_facets :canonical: ansys.stk.core.stkrfchannelmodeler.CommunicationsTransceiverConfiguration.include_parent_object_facets :type: bool Get or set an indicator of whether or not to include the parent object facets.