higher_cutoff#

property Isolator.higher_cutoff: float#

Higher cutoff frequency.

Value should be between 1 and 100e9.

Examples

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