minimum_allowed_coupling#

property CouplingsNode.minimum_allowed_coupling: float#

Minimum Allowed Coupling.

Global minimum allowed coupling value. All computed coupling within this project will be >= this value.

Value should be between -1000 and 1000.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> rev = app.results.get_revision()
>>> cpl = rev.get_coupling_data_node()
>>> cpl.minimum_allowed_coupling = -200