fm_freq_deviation#
- property Band.fm_freq_deviation: float#
FM Freq Deviation.
Total frequency deviation for the carrier frequency for the FM/CW radar.
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_CW >>> band.fm_freq_deviation = 3.5e3