table_data#

property Amplifier.table_data: list[tuple]#

Harmonic Intercept Points, Ref. Input Table. Table consists of 2 columns. Harmonic:

Value should be between 2 and 20.

Intercept Point:

Value should be between -1000 and 1000.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> amp = app.schematic.create_component("Amplifier")
>>> amp.table_data = [(2, 25.0)]