sidelobes#
- property Band.sidelobes: int#
Number of sidelobes in spectral profile.
Value should be greater than 0.
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.sidelobes = 3