pulse_fall_time#
- property Band.pulse_fall_time: float#
Pulse fall time.
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.NON_FM_PULSE >>> band.pulse_fall_time = 1.0e-6