hop_range_max_freq#

property Band.hop_range_max_freq: float#

Sets the maximum frequency of the hopping range.

Value should be between 1.0 and 100.0e9.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> radio = app.schematic.create_component("New Radio")
>>> band = radio.children[0]
>>> band.hopping_radar = True
>>> band.hop_range_max_freq = 2.0e9