DistributedGeometry#

class ansys.aedt.core.filtersolutions_core.distributed_geometry.DistributedGeometry#

Defines geometry parameters of distributed filters.

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

Attributes

DistributedGeometry.adjust_length_on_limit

Flag indicating if the length of all limited stubs and segments are adjusted to maintain the desired lumped element impedance.

DistributedGeometry.alternate_stub_orientation

Flag indicating if the alternate vertical orientation of stubs is enabled.

DistributedGeometry.apply_limits

Flag indicating if the given geometry minimum and maximum widths and gaps limits are applied.

DistributedGeometry.fixed_width_to_height_ratio_capacitor_sections

Fixed width-to-substrate height ratios for all segments and stubs in the translated lumped capacitor sections.

DistributedGeometry.fixed_width_to_height_ratio_capacitor_sections_enabled

Flag indicating if the fixed width-to-substrate height ratios for all segments and stubs in the translated lumped capacitor sections are enabled.

DistributedGeometry.fixed_width_to_height_ratio_inductor_sections

Fixed width-to-substrate height ratios for all segments and stubs in the translated lumped inductor sections.

DistributedGeometry.fixed_width_to_height_ratio_inductor_sections_enabled

Flag indicating if the fixed width-to-substrate height ratios for all segments and stubs in the translated lumped inductor sections are enabled.

DistributedGeometry.max_gap

Maximum conductor gap width between conductors of the geometry.

DistributedGeometry.max_width

Maximum conductor width of the geometry.

DistributedGeometry.min_gap

Minimum conductor gap width between conductors of the geometry.

DistributedGeometry.min_width

Minimum conductor width of the geometry.

DistributedGeometry.split_wide_stubs_enabled

Flag indicating if the wide stubs width into two thinner parallel stubs is enabled.

DistributedGeometry.wide_stubs_width_to_substrate_height_ratio

Stub width to substrate height ratio of stubs to be split into thinner stubs.