lower_cutoff#

property TR_Switch.lower_cutoff: float#

Lower 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.lower_cutoff = 90e6