start_frequency#

property Band.start_frequency: float#

First 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.start_frequency = 1e8