isolation#

property TR_Switch.isolation: float#

TR Switch reverse isolation (i.e., loss between the Tx/Rx ports).

Value should be between 0 and 100.

Examples

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