modulation_index#

property Band.modulation_index: float#

AM modulation index: helps determine spectral profile.

Value should be between 0.01 and 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.modulation_index = 0.9