enabled#

property PropagationLossCouplingNode.enabled: bool#

Enable/Disable coupling.

Value should be ‘true’ or ‘false’.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> rev = app.results.get_revision()
>>> cpl = rev.get_coupling_data_node()
>>> prop = cpl.add_prop_loss_coupling()
>>> prop.enabled = True