DistributedParasitics#

class ansys.aedt.core.filtersolutions_core.distributed_parasitics.DistributedParasitics#

Defines parasitic parameters of distributed filters.

This class allows you to define and modify the layout parasitics parameters of distributed filters.

Examples

>>> import ansys.aedt.core.filtersolutions
>>> design = ansys.aedt.core.filtersolutions.DistributedDesign(version="2026.1")
>>> parasitics = design.parasitics

Attributes

DistributedParasitics.capacitor_ls

Series inductance value of non-ideal capacitors in the synthesized circuit.

DistributedParasitics.capacitor_q

Q factor value of non-ideal capacitors in the synthesized circuit.

DistributedParasitics.capacitor_rp

Shunt resistor value of non-ideal capacitors in the synthesized circuit.

DistributedParasitics.capacitor_rs

Series resistor value of non-ideal capacitors in the synthesized circuit.

DistributedParasitics.inductor_cp

Shunt capacitor value of non-ideal inductors in the synthesized circuit.

DistributedParasitics.inductor_q

Q factor value of non-ideal inductors in the synthesized circuit.

DistributedParasitics.inductor_rp

Shunt resistor value of non-ideal inductors in the synthesized circuit.

DistributedParasitics.inductor_rs

Series resistor value of non-ideal inductors in the synthesized circuit.

DistributedParasitics.line_even_conductance

Even-mode dielectric conductance of the line per unit length.

DistributedParasitics.line_even_resistance

Even-mode conductor resistance value of the line per unit length.

DistributedParasitics.line_min_segment_lengths

Default value for the minimum segment lengths between stubs.

DistributedParasitics.line_odd_conductance

Odd-mode dielectric conductance of the line per unit length.

DistributedParasitics.line_odd_resistance

Odd-mode conductor resistance value of the line per unit length.