RadarTransceiverConfiguration ============================= .. py:class:: ansys.stk.core.stkrfchannelmodeler.RadarTransceiverConfiguration The transceiver configuration for a radar transceiver. .. py:currentmodule:: RadarTransceiverConfiguration Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.RadarTransceiverConfiguration.supported_transceivers` - Get an array of available transceiver instances. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.RadarTransceiverConfiguration.transceiver` - Get or set the transceiver. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.RadarTransceiverConfiguration.mode` - Get or set the transceiver mode. Import detail ------------- .. code-block:: python from ansys.stk.core.stkrfchannelmodeler import RadarTransceiverConfiguration Property detail --------------- .. py:property:: supported_transceivers :canonical: ansys.stk.core.stkrfchannelmodeler.RadarTransceiverConfiguration.supported_transceivers :type: list Get an array of available transceiver instances. .. py:property:: transceiver :canonical: ansys.stk.core.stkrfchannelmodeler.RadarTransceiverConfiguration.transceiver :type: Transceiver Get or set the transceiver. .. py:property:: mode :canonical: ansys.stk.core.stkrfchannelmodeler.RadarTransceiverConfiguration.mode :type: TransceiverMode Get or set the transceiver mode.