noise_temperature#

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