RadarWaveform ============= .. py:class:: ansys.stk.core.stkrfchannelmodeler.RadarWaveform The waveform settings of a radar transceiver. .. py:currentmodule:: RadarWaveform Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.RadarWaveform.rf_channel_frequency` - Get or set the waveform frequency. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.RadarWaveform.pulse_repetition_frequency` - Get or set the pulse repetition frequency. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.RadarWaveform.bandwidth` - Get or set the waveform bandwidth. Import detail ------------- .. code-block:: python from ansys.stk.core.stkrfchannelmodeler import RadarWaveform Property detail --------------- .. py:property:: rf_channel_frequency :canonical: ansys.stk.core.stkrfchannelmodeler.RadarWaveform.rf_channel_frequency :type: float Get or set the waveform frequency. .. py:property:: pulse_repetition_frequency :canonical: ansys.stk.core.stkrfchannelmodeler.RadarWaveform.pulse_repetition_frequency :type: float Get or set the pulse repetition frequency. .. py:property:: bandwidth :canonical: ansys.stk.core.stkrfchannelmodeler.RadarWaveform.bandwidth :type: float Get or set the waveform bandwidth.