global_default_coupling#

property CouplingsNode.global_default_coupling: float#

Default antenna-to-antenna coupling loss value.

Value should be between -1000 and 0.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> rev = app.results.get_revision()
>>> cpl = rev.get_coupling_data_node()
>>> cpl.global_default_coupling = 0