lower_cutoff#
- property PowerDivider.lower_cutoff: float#
Lower 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.lower_cutoff = 90e6