environment#

property LogDistanceCouplingNode.environment: EnvironmentOption#

Specify the environment type for the Log Distance model.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> rev = app.results.get_revision()
>>> cpl = rev.get_coupling_data_node()
>>> logd = cpl.add_log_distance_coupling()
>>> logd.environment = LogDistanceCouplingNode.EnvironmentOption.FREE_SPACE