noise_temperature#

property Cable.noise_temperature: float#

System Noise temperature (K) of the component.

Value should be between 0 and 1000.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> cable = app.schematic.create_component("Cable")
>>> cable.noise_temperature = 290.0