channel_spacing#
- property Band.channel_spacing: float#
Spacing between channels within 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.channel_spacing = 1e6