max_intermod_order#

property Amplifier.max_intermod_order: int#

Maximum order of intermods to compute.

Value should be between 3 and 20.

Examples

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