bandwidth#

property Amplifier.bandwidth: float#

Frequency region where the gain applies.

Value should be between 1 and 100e9.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> amp = app.schematic.create_component("Amplifier")
>>> amp.bandwidth = 500.0e6