higher_stop_band#
- property PowerDivider.higher_stop_band: float#
Higher stop band frequency.
Value should be between 1 and 100e9.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> pd = app.schematic.create_component("Power Divider") >>> pd.power_divider_type = PowerDivider.PowerDividerTypeOption.P3_DB >>> pd.finite_bandwidth = True >>> pd.higher_stop_band = 120e6