hop_range_min_freq#
- property Band.hop_range_min_freq: float#
Sets the minimum 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_min_freq = 1.0e9