number_of_chips#
- property Band.number_of_chips: float#
Total number of chips (subpulses) contained in the pulse.
Value should be greater than 1.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.number_of_chips = 1