polarization_mismatch#

property ErcegCouplingNode.polarization_mismatch: float#

Polarization Mismatch.

Sets a margin for polarization mismatch to be applied to all coupling defined by this node.

Value should be between 0 and 100.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> rev = app.results.get_revision()
>>> cpl = rev.get_coupling_data_node()
>>> ereg = cpl.add_erceg_coupling()
>>> ereg.polarization_mismatch = 0.0