channel_bandwidth#

property Band.channel_bandwidth: float#

Channel Bandwidth.

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.use_emission_designator = True
>>> band.override_emission_designator_bw = True
>>> band.channel_bandwidth = 25e3