temperature#
- property HataCouplingNode.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() >>> hata = cpl.add_hata_coupling() >>> hata.include_atmospheric_absorption = True >>> hata.temperature = 15.0