finite_bandwidth#

property PowerDivider.finite_bandwidth: bool#

Finite Bandwidth.

Use a finite bandwidth. If disabled, the Power Divider model is ideal (infinite bandwidth).

Value should be ‘true’ or ‘false’.

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 = False