ExportToAedt#

class ansys.aedt.core.filtersolutions_core.export_to_aedt.ExportToAedt#

Defines attributes and parameters for exporting filter .

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

Methods

ExportToAedt.export_design([export_format, ...])

Export the design directly to AEDT` or generate a ``Python script for exporting.

ExportToAedt.import_tuned_variables()

Imported AEDT tuned parameter variables back into the FilterSolutions project.

ExportToAedt.load_library_parts_config(...)

ExportToAedt.load_modelithics_models()

Load Modelithics models from AEDT.

ExportToAedt.modelithics_capacitor_add_family(...)

Add a specified``Modelithics`` capacitor family to the capacitor family list.

ExportToAedt.modelithics_capacitor_family_list(index)

Get the name of Modelithics capacitor family from the capacitor family list based on the specified index.

ExportToAedt.modelithics_capacitor_list(...)

Get the name of the Modelithics capacitor family model from the loaded list based on the specified index.

ExportToAedt.modelithics_capacitor_remove_family(...)

Remove a specified Modelithics capacitor family from the capacitor family list. Parameters ---------- modelithics_capacitor : str Name of the capacitor family.

ExportToAedt.modelithics_inductor_add_family(...)

Add a specified Modelithics inductor family to the inductor family list.

ExportToAedt.modelithics_inductor_family_list(index)

Get the name of Modelithics inductor family from the inductor family list based on the specified index.

ExportToAedt.modelithics_inductor_list(row_index)

Get the name of the ``Modelithics` inductor family model from the loaded list based on the specified index.

ExportToAedt.modelithics_inductor_remove_family(...)

Remove a specified Modelithics inductor family from the inductor family list.

ExportToAedt.modelithics_resistor_add_family(...)

Add a specified Modelithics resistor family to the resistor family list.

ExportToAedt.modelithics_resistor_family_list(index)

Get the name of Modelithics resistor family from the resistor family list based on the specified index.

ExportToAedt.modelithics_resistor_list(row_index)

Get the name of the Modelithics resistor family model from the loaded list based on the specified index.

ExportToAedt.modelithics_resistor_remove_family(...)

Remove a specified Modelithics resistor family from the resistor family list.

ExportToAedt.save_library_parts_config(...)

ExportToAedt.update_inductor_capacitor_tolerances()

Update interconnect inductor and capacitor tolerances with entered values

ExportToAedt.update_interconncet_parameters()

Update interconnect geometry equations with entered and selected parameters

Attributes

ExportToAedt.db_format_enabled

Flag indicating if the report format in dB in the exported filter to AEDT is enabled.

ExportToAedt.include_forward_transfer_s21_enabled

Flag indicating if the forward transfer gain report will be created upon export to AEDT.

ExportToAedt.include_group_delay_enabled

Flag indicating if the group delay report will be created upon export to AEDT.

ExportToAedt.include_gt_gain_enabled

Flag indicating if the total voltage gain report will be created upon export to AEDT.

ExportToAedt.include_input_return_loss_s11_enabled

Flag indicating if the input return loss report will be created upon export to AEDT.

ExportToAedt.include_output_return_loss_s22_enabled

Flag indicating if the output return loss report will be created upon export to AEDT.

ExportToAedt.include_reverse_transfer_s12_enabled

Flag indicating if the reverse transfer gain report will be created upon export to AEDT.

ExportToAedt.include_vgin_enabled

Flag indicating if the voltage gain insertion report will be created upon export to AEDT.

ExportToAedt.include_vgsl_enabled

Flag indicating if the voltage gain source load report will be created upon

ExportToAedt.interconnect_capacitor_tolerance_value

Tolerance value of interconnect capacitor in %.

ExportToAedt.interconnect_geometry_optimization_enabled

Flag indicating if the interconnect geometry optimization is enabled.

ExportToAedt.interconnect_inductor_tolerance_value

Tolerance value of interconnect inductor in %.

ExportToAedt.interconnect_length_to_width_ratio

Length to width ratio of interconnect line.

ExportToAedt.interconnect_length_value

Interconnect physical length value.

ExportToAedt.interconnect_line_to_termination_width_ratio

Line width to termination width ratio of interconnect line.

ExportToAedt.interconnect_line_width_value

Interconnect conductor width value.

ExportToAedt.interconnect_maximum_length_to_width_ratio

Maximum length to width ratio of interconnect line.

ExportToAedt.interconnect_maximum_length_value

Maximum value of interconnect physical length.

ExportToAedt.interconnect_maximum_line_to_termination_width_ratio

Maximum line width to termination width ratio of interconnect line.

ExportToAedt.interconnect_maximum_width_value

Maximum value of interconnect conductor width.

ExportToAedt.interconnect_minimum_length_to_width_ratio

Minimum length to width ratio of interconnect line.

ExportToAedt.interconnect_minimum_length_value

Minimum value of interconnect physical length.

ExportToAedt.interconnect_minimum_line_to_termination_width_ratio

Minimum line width to termination width ratio of interconnect line.

ExportToAedt.interconnect_minimum_width_value

Minimum value of interconnect conductor width.

ExportToAedt.modelithics_capacitor_family_list_count

Total count of Modelithics family capacitors added to the capacitor family list.

ExportToAedt.modelithics_capacitor_list_count

Total count of Modelithics capacitor families that have been loaded into the current design.

ExportToAedt.modelithics_capacitor_selection

Selected Modelithics capacitor family from the loaded list.

ExportToAedt.modelithics_include_interconnect_enabled

Flag indicating if the inclusion of interconnects is enabled for``Modelithics`` export.

ExportToAedt.modelithics_inductor_family_list_count

Total count of Modelithics family inductors added to the inductor family list.

ExportToAedt.modelithics_inductor_list_count

Total count of Modelithics inductor families that have been loaded into the current design.

ExportToAedt.modelithics_inductor_selection

Selected Modelithics inductor family from the loaded list.

ExportToAedt.modelithics_resistor_family_list_count

Total count of Modelithics family resistors added to the resistor family list.

ExportToAedt.modelithics_resistor_list_count

Total count of Modelithics resistor families that have been loaded into the current design.

ExportToAedt.modelithics_resistor_selection

Selected Modelithics resistor family from the loaded list.

ExportToAedt.optimitrics_enabled

Flag indicating if the optimitric parameters in the

ExportToAedt.optimize_after_export_enabled

Flag indicating if the optimization after exporting to AEDT is enabled.

ExportToAedt.part_libraries

Part libraries selection.

ExportToAedt.polar_plot_enabled

Flag indicating if the polar report format in the

ExportToAedt.rectangular_plot_enabled

Flag indicating if the rectangular report format in the

ExportToAedt.schematic_name

Name of the exported schematic in AEDT, displayed as the project and design names.

ExportToAedt.simulate_after_export_enabled

Flag indicating if the simulation will be initiated upon export to AEDT.

ExportToAedt.smith_plot_enabled

Flag indicating if the Smith Chart report format in the

ExportToAedt.substrate_conductor_thickness

Substrate's conductor thickness.

ExportToAedt.substrate_cover_height

Substrate's cover height for microstrip, suspend, and inverted substrate types.

ExportToAedt.substrate_cover_height_enabled

Flag indicating if the substrate cover height is enabled.

ExportToAedt.substrate_dielectric_height

Substrate's dielectric height.

ExportToAedt.substrate_er

Substrate's relative permittivity Er.

ExportToAedt.substrate_loss_tangent

Substrate's loss tangent.

ExportToAedt.substrate_resistivity

Substrate's resistivity.

ExportToAedt.substrate_suspend_dielectric_height

Substrate's suspend dielectric height above ground plane for suspend and inverted substrate types.

ExportToAedt.substrate_type

Subctrate type of the filter.

ExportToAedt.substrate_unbalanced_lower_dielectric_height

Substrate's lower dielectric height for unbalanced stripline substrate type.

ExportToAedt.substrate_unbalanced_stripline_enabled

Flag indicating if the substrate unbalanced stripline is enabled.

ExportToAedt.table_data_enabled

Flag indicating if the table data format in the