max_modulating_freq#

property Band.max_modulating_freq: float#

Maximum modulating frequency: 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.AM
>>> band.max_modulating_freq = 5.0e3