LumpedTopology#

class ansys.aedt.core.filtersolutions_core.lumped_topology.LumpedTopology#

Defines attributes and parameters of lumped filters.

This class lets you construct all the necessary attributes for the LumpedDesign class.

Methods

LumpedTopology.circuit_response()

Execute real filter synthesis

Attributes

LumpedTopology.bridge_t

Flag indicating if the bridgeT topology in the synthesized circuit is enabled.

LumpedTopology.bridge_t_high

Flag indicating if the bridgeT topology for the higher frequency band in the synthesized circuit is enabled.

LumpedTopology.bridge_t_low

Flag indicating if the bridgeT topology for the lower frequency band in the synthesized circuit is enabled.

LumpedTopology.complex_element_tune_enabled

Flag indicating if the element tune option is enabled.

LumpedTopology.complex_termination

Flag indicating if the lumped filter complex termination is enabled.

LumpedTopology.current_source

Flag indicating if the current source in the synthesized circuit is enabled.

LumpedTopology.equal_capacitors

Flag indicating if the equal capacitors topology in the synthesized circuit is enabled.

LumpedTopology.equal_inductors

Flag indicating if the equal inductors topology in the synthesized circuit is enabled.

LumpedTopology.equal_legs

Flag indicating if the equal pairs shunt or series legs topology in the synthesized circuit is enabled.

LumpedTopology.first_shunt

Flag indicating if shunt elements are first in the synthesized circuit.

LumpedTopology.generator_resistor

Generator resistor.

LumpedTopology.high_low_pass

Flag indicating if the high and low pass topology in the synthesized circuit is enabled.

LumpedTopology.high_low_pass_min_ind

Flag indicating if the high and low pass topology with minimum inductors in the synthesized circuit is enabled.

LumpedTopology.load_resistor

Load resistor.

LumpedTopology.match_impedance

Flag indicating if the automatic matched impedance topology in the synthesized circuit is enabled.

LumpedTopology.min_cap

Flag indicating if the minimum capacitors topology in the synthesized circuit is enabled.

LumpedTopology.min_ind

Flag indicating if the minimum inductors topology in the synthesized circuit is enabled.

LumpedTopology.node_cap_ground

Flag indicating if the parasitic capacitors to ground topology in the synthesized circuit is enabled.

LumpedTopology.set_source_res

Flag indicating if the matched source resistor for zig-zag topology in the synthesized circuit is enabled.

LumpedTopology.trap_topology

Flag indicating if the trap topology in the synthesized circuit is enabled.

LumpedTopology.zig_zag

Flag indicating if the zig-zag topology with minimum inductors in the synthesized circuit is enabled.