post_october_2020_procurement#

property Band.post_october_2020_procurement: bool#

Post October 2020 Procurement.

Procurement date: helps determine spectral profile, particularly the roll-off.

Value should be ‘true’ or ‘false’.

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_PULSE
>>> band.post_october_2020_procurement = False