higher_cutoff#
- property Circulator.higher_cutoff: float#
Higher cutoff frequency.
Value should be between 1 and 100e9.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> circ = app.schematic.create_component("Circulator") >>> circ.circulator_type = Circulator.CirculatorTypeOption.PARAMETRIC >>> circ.finite_bandwidth = True >>> circ.higher_cutoff = 110e6