data_rate#

property Waveform.data_rate: float#

Maximum data rate: helps determine shape of spectral profile.

Value should be greater than 1.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> emit, _ = app.schematic.create_radio_antenna("Bluetooth")
>>> wf = emit.get_waveforms()[0]
>>> wf.data_rate = 800e6