stop_frequency#
- property Band.stop_frequency: float#
Last frequency for this band.
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.GENERIC >>> band.stop_frequency = 1e8