center_frequency#

property Amplifier.center_frequency: float#

Center frequency of amplifiers operational bandwidth.

Value should be between 1 and 100e9.

Examples

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