temperature#
- property PropagationLossCouplingNode.temperature: float#
Air temperature in degrees Celsius.
Value should be between -273.0 and 100.0.
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.include_atmospheric_absorption = True >>> prop.temperature = 15.0