freq_deviation#
- property Band.freq_deviation: float#
FM/FSK frequency deviation: helps determine spectral profile.
Value should be greater than 1.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> radio = app.schematic.create_component("New Radio") >>> band = radio.children[0] >>> band.modulation = Band.ModulationOption.FSK >>> band.freq_deviation = 5.0e3