resonant_frequency#

property AntennaNode.resonant_frequency: float#

Resonant Frequency.

Set first resonant frequency of wire dipole, monopole, or parametric antenna.

Value should be between 1.0 and 1e13.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> _, ant = app.schematic.create_radio_antenna("Bluetooth")
>>> ant.antenna_type = AntennaNode.AntennaTypeOption.WIRE_DIPOLE
>>> ant.resonant_frequency = 300e6