fm_chirp_period#

property Band.fm_chirp_period: float#

FM Chirp period for the FM/CW radar.

Value should be greater than 0.0.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> radio = app.schematic.create_component("New Radio")
>>> band = radio.children[0]
>>> band.modulation = Band.ModulationOption.RADAR
>>> band.radar_type = Band.RadarTypeOption.FM_CW
>>> band.fm_chirp_period = 3.5e-6