polarization_mismatch#
- property WalfischCouplingNode.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() >>> walf = cpl.add_walfisch_coupling() >>> walf.polarization_mismatch = 0.0