gain#

property Amplifier.gain: float#

Amplifier in-band gain.

Value should be between 0 and 100.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> amp = app.schematic.create_component("Amplifier")
>>> amp.gain = 30.0