finite_isolation#

property TR_Switch.finite_isolation: bool#

Finite Isolation.

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

Value should be ‘true’ or ‘false’.

Examples

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