finite_bandwidth#

property TR_Switch.finite_bandwidth: bool#

Finite Bandwidth.

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

Value should be ‘true’ or ‘false’.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> trs = app.schematic.create_component("TR Switch")
>>> trs.finite_bandwidth = False