CommunicationsWaveform#

class ansys.stk.core.stkrfchannelmodeler.CommunicationsWaveform#

The waveform settings of a communications transceiver.

Overview#

frequency_samples_per_sounding

Get or set the waveform number of samples.

channel_bandwidth

Get or set the waveform bandwidth.

rf_channel_frequency

Get or set the waveform frequency.

sounding_interval

Get or set the waveform pulse interval.

soundings_per_analysis_time_step

Get or set the waveform number of pulses.

complete_simulation_interval

Get the complete simulation interval.

unambiguous_channel_delay

Get the unambiguous channel delay.

unambiguous_channel_distance

Get the unambiguous channel distance.

Import detail#

from ansys.stk.core.stkrfchannelmodeler import CommunicationsWaveform

Property detail#

property CommunicationsWaveform.frequency_samples_per_sounding: int#

Get or set the waveform number of samples.

property CommunicationsWaveform.channel_bandwidth: float#

Get or set the waveform bandwidth.

property CommunicationsWaveform.rf_channel_frequency: float#

Get or set the waveform frequency.

property CommunicationsWaveform.sounding_interval: float#

Get or set the waveform pulse interval.

property CommunicationsWaveform.soundings_per_analysis_time_step: int#

Get or set the waveform number of pulses.

property CommunicationsWaveform.complete_simulation_interval: float#

Get the complete simulation interval.

property CommunicationsWaveform.unambiguous_channel_delay: float#

Get the unambiguous channel delay.

property CommunicationsWaveform.unambiguous_channel_distance: float#

Get the unambiguous channel distance.