higher_cutoff#
- property PowerDivider.higher_cutoff: float#
Higher cutoff 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_cutoff = 110e6