SimulationConfigurationDc#

class pyedb.dotnet.edb_core.edb_data.simulation_configuration.SimulationConfigurationDc[source]#

Contains all DC analysis settings. The class is part of SimulationConfiguration class as a property.

Attributes

SimulationConfigurationDc.dc_compute_inductance

Return the boolean for computing the inductance with SIwave DC solver.

SimulationConfigurationDc.dc_contact_radius

Retrieve the value for SIwave DC contact radius.

SimulationConfigurationDc.dc_error_energy

Retrieve the value for the DC error energy.

SimulationConfigurationDc.dc_export_thermal_data

Retrieve the value for using external data.

SimulationConfigurationDc.dc_full_report_path

Retrieve the path for the report.

SimulationConfigurationDc.dc_icepak_temp_file

Retrieve the icepak temp file path.

SimulationConfigurationDc.dc_import_thermal_data

Retrieve the value for importing thermal data.

SimulationConfigurationDc.dc_max_init_mesh_edge_length

Retrieve the maximum initial mesh edge value.

SimulationConfigurationDc.dc_max_num_pass

Retrieve the maximum number of adaptive passes.

SimulationConfigurationDc.dc_mesh_bondwires

Retrieve the value for meshing bondwires.

SimulationConfigurationDc.dc_mesh_vias

Retrieve the value for meshing vias.

SimulationConfigurationDc.dc_min_num_pass

Retrieve the minimum number of adaptive passes.

SimulationConfigurationDc.dc_min_plane_area_to_mesh

Retrieve the value of the minimum plane area to be meshed by Siwave for DC solution.

SimulationConfigurationDc.dc_min_void_area_to_mesh

Retrieve the value for the minimum void surface to mesh.

SimulationConfigurationDc.dc_num_bondwire_sides

Retrieve the number of sides used for cylinder discretization.

SimulationConfigurationDc.dc_num_via_sides

Retrieve the number of sides used for cylinder discretization.

SimulationConfigurationDc.dc_per_pin_res_path

Retrieve the file path.

SimulationConfigurationDc.dc_per_pin_use_pin_format

Retrieve the value for using pin format.

SimulationConfigurationDc.dc_percent_local_refinement

Retrieve the value for local mesh refinement.

SimulationConfigurationDc.dc_perform_adaptive_refinement

Retrieve the value for performing adaptive meshing.

SimulationConfigurationDc.dc_plot_jv

Retrieve the value for computing current density and voltage distribution.

SimulationConfigurationDc.dc_refine_bondwires

Retrieve the value for performing bond wire refinement.

SimulationConfigurationDc.dc_refine_vias

Retrieve the value for performing vias refinement.

SimulationConfigurationDc.dc_report_config_file

Retrieve the report configuration file path.

SimulationConfigurationDc.dc_report_show_Active_devices

Retrieve the value for showing active devices.

SimulationConfigurationDc.dc_slide_position

Retrieve the SIwave DC slide position value.

SimulationConfigurationDc.dc_source_terms_to_ground

Retrieve the dictionary of grounded terminals.

SimulationConfigurationDc.dc_use_dc_custom_settings

Retrieve the value for using DC custom settings.

SimulationConfigurationDc.dc_use_loop_res_for_per_pin

Retrieve the value for using the loop resistor per pin.

SimulationConfigurationDc.dc_via_report_path

Retrieve the via report file path.