noise_temperature#

property PowerDivider.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()
>>> pd = app.schematic.create_component("Power Divider")
>>> pd.noise_temperature = 290.0