reverse_isolation#
- property Isolator.reverse_isolation: float#
Isolator reverse isolation (i.e., loss in the reverse direction).
Value should be between 0 and 100.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> iso = app.schematic.create_component("Isolator") >>> iso.isolator_type = Isolator.IsolatorTypeOption.PARAMETRIC >>> iso.finite_reverse_isolation = True >>> iso.reverse_isolation = 20