finite_bandwidth#

property Isolator.finite_bandwidth: bool#

Finite Bandwidth.

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

Value should be ‘true’ or ‘false’.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> iso = app.schematic.create_component("Isolator")
>>> iso.isolator_type = Isolator.IsolatorTypeOption.PARAMETRIC
>>> iso.finite_bandwidth = False