LumpedTerminationImpedance#

class ansys.aedt.core.filtersolutions_core.lumped_termination_impedance_table.LumpedTerminationImpedance(table_type)#

Manipulates access to the entries of source and load complex impedance table.

This class allows you to enter, edit, or remove the entries of source and load complex impedance table.

Methods

LumpedTerminationImpedance.append_row(...)

Append frequency and complex impedance values to the last row of both the source and load complex impedance table.

LumpedTerminationImpedance.insert_row(...)

Insert frequency and complex impedance values at a specified index in the complex impedance table.

LumpedTerminationImpedance.remove_row(row_index)

Remove frequency and complex impedance at a specified index from the complex impedance table.

LumpedTerminationImpedance.row(row_index)

Get frequency and complex impedance values from a row in the complex impedance table.

LumpedTerminationImpedance.table_type_to_bool()

Set a flag to recognize source and load complex table.

LumpedTerminationImpedance.update_row(row_index)

Update frequency and complex impedance at a specified index in the complex impedance table.

Attributes

LumpedTerminationImpedance.compensation_enabled

Flag indicating if the impedance compensation is enabled.

LumpedTerminationImpedance.compensation_order

Order of impedance compensation.

LumpedTerminationImpedance.complex_definition

Definition type of complex impedance in the complex impedance table.

LumpedTerminationImpedance.reactance_type

Reactance type of complex impedance in the complex impedance table.

LumpedTerminationImpedance.row_count

Count of the accumulated complex impedances in the complex impedances's table.