higher_cutoff#

property TR_Switch.higher_cutoff: float#

Higher cutoff frequency.

Value should be between 1 and 100e9.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> trs = app.schematic.create_component("TR Switch")
>>> trs.finite_bandwidth = True
>>> trs.higher_cutoff = 110e6