bit_rate#

property Band.bit_rate: float#

Maximum bit rate: helps determine width of spectral profile.

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.modulation = Band.ModulationOption.FSK
>>> band.bit_rate = 5.0e3