polarization_mismatch#

property HataCouplingNode.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()
>>> hata = cpl.add_hata_coupling()
>>> hata.polarization_mismatch = 0.0