has_frequency_domain#

property AntennaNode.has_frequency_domain: bool#

False if antenna can be used at any frequency.

Value should be ‘true’ or ‘false’.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> _, ant = app.schematic.create_radio_antenna("Bluetooth")
>>> ant.has_frequency_domain