noise_temperature#

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