fm_freq_dev_bandwidth#

property Band.fm_freq_dev_bandwidth: float#

FM Freq Dev Bandwidth.

Bandwidth of freq deviation for FM modulated pulsed waveform (total freq shift during pulse duration).

Value should be between 1 and 100e9.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> radio = app.schematic.create_component("New Radio")
>>> band = radio.children[0]
>>> band.modulation = Band.ModulationOption.RADAR
>>> band.radar_type = Band.RadarTypeOption.FM_PULSE
>>> band.fm_freq_dev_bandwidth = 3.5e3