noise_temperature#

property Amplifier.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()
>>> amp = app.schematic.create_component("Amplifier")
>>> amp.noise_temperature = 290.0