CommunicationsWaveform ====================== .. py:class:: ansys.stk.core.stkrfchannelmodeler.CommunicationsWaveform The waveform settings of a communications transceiver. .. py:currentmodule:: CommunicationsWaveform Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.CommunicationsWaveform.frequency_samples_per_sounding` - Get or set the waveform number of samples. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.CommunicationsWaveform.channel_bandwidth` - Get or set the waveform bandwidth. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.CommunicationsWaveform.rf_channel_frequency` - Get or set the waveform frequency. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.CommunicationsWaveform.sounding_interval` - Get or set the waveform pulse interval. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.CommunicationsWaveform.soundings_per_analysis_time_step` - Get or set the waveform number of pulses. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.CommunicationsWaveform.complete_simulation_interval` - Get the complete simulation interval. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.CommunicationsWaveform.unambiguous_channel_delay` - Get the unambiguous channel delay. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.CommunicationsWaveform.unambiguous_channel_distance` - Get the unambiguous channel distance. Import detail ------------- .. code-block:: python from ansys.stk.core.stkrfchannelmodeler import CommunicationsWaveform Property detail --------------- .. py:property:: frequency_samples_per_sounding :canonical: ansys.stk.core.stkrfchannelmodeler.CommunicationsWaveform.frequency_samples_per_sounding :type: int Get or set the waveform number of samples. .. py:property:: channel_bandwidth :canonical: ansys.stk.core.stkrfchannelmodeler.CommunicationsWaveform.channel_bandwidth :type: float Get or set the waveform bandwidth. .. py:property:: rf_channel_frequency :canonical: ansys.stk.core.stkrfchannelmodeler.CommunicationsWaveform.rf_channel_frequency :type: float Get or set the waveform frequency. .. py:property:: sounding_interval :canonical: ansys.stk.core.stkrfchannelmodeler.CommunicationsWaveform.sounding_interval :type: float Get or set the waveform pulse interval. .. py:property:: soundings_per_analysis_time_step :canonical: ansys.stk.core.stkrfchannelmodeler.CommunicationsWaveform.soundings_per_analysis_time_step :type: int Get or set the waveform number of pulses. .. py:property:: complete_simulation_interval :canonical: ansys.stk.core.stkrfchannelmodeler.CommunicationsWaveform.complete_simulation_interval :type: float Get the complete simulation interval. .. py:property:: unambiguous_channel_delay :canonical: ansys.stk.core.stkrfchannelmodeler.CommunicationsWaveform.unambiguous_channel_delay :type: float Get the unambiguous channel delay. .. py:property:: unambiguous_channel_distance :canonical: ansys.stk.core.stkrfchannelmodeler.CommunicationsWaveform.unambiguous_channel_distance :type: float Get the unambiguous channel distance.