SimulationConfigurationDc#
- class pyedb.dotnet.database.edb_data.simulation_configuration.SimulationConfigurationDc#
Bases:
objectContains all DC analysis settings. The class is part of SimulationConfiguration class as a property.
Overview#
Retrieve the value of the minimum plane area to be meshed by Siwave for DC solution. |
|
Return the boolean for computing the inductance with SIwave DC solver. |
|
Retrieve the value for SIwave DC contact radius. |
|
Retrieve the SIwave DC slide position value. |
|
Retrieve the value for using DC custom settings. |
|
Retrieve the value for computing current density and voltage distribution. |
|
Retrieve the value for the minimum void surface to mesh. |
|
Retrieve the value for the DC error energy. |
|
Retrieve the maximum initial mesh edge value. |
|
Retrieve the maximum number of adaptive passes. |
|
Retrieve the minimum number of adaptive passes. |
|
Retrieve the value for meshing bondwires. |
|
Retrieve the number of sides used for cylinder discretization. |
|
Retrieve the value for meshing vias. |
|
Retrieve the number of sides used for cylinder discretization. |
|
Retrieve the value for local mesh refinement. |
|
Retrieve the value for performing adaptive meshing. |
|
Retrieve the value for performing bond wire refinement. |
|
Retrieve the value for performing vias refinement. |
|
Retrieve the report configuration file path. |
|
Retrieve the value for showing active devices. |
|
Retrieve the value for using external data. |
|
Retrieve the path for the report. |
|
Retrieve the icepak temp file path. |
|
Retrieve the value for importing thermal data. |
|
Retrieve the file path. |
|
Retrieve the value for using pin format. |
|
Retrieve the value for using the loop resistor per pin. |
|
Retrieve the via report file path. |
|
Retrieve the dictionary of grounded terminals. |
Import detail#
from pyedb.dotnet.database.edb_data.simulation_configuration import SimulationConfigurationDc
Property detail#
- property SimulationConfigurationDc.dc_min_plane_area_to_mesh#
Retrieve the value of the minimum plane area to be meshed by Siwave for DC solution.
- Returns:
floatThe value of the minimum plane area.
- property SimulationConfigurationDc.dc_compute_inductance#
Return the boolean for computing the inductance with SIwave DC solver.
- Returns:
- bool
TrueactivateFalsedeactivated.
- property SimulationConfigurationDc.dc_contact_radius#
Retrieve the value for SIwave DC contact radius.
- Returns:
strThe contact radius value.
- property SimulationConfigurationDc.dc_slide_position#
Retrieve the SIwave DC slide position value.
- Returns:
intThe position value, 0 Optimum speed, 1 balanced, 2 optimum accuracy.
- property SimulationConfigurationDc.dc_use_dc_custom_settings#
Retrieve the value for using DC custom settings.
- Returns:
- bool
Truewhen activated,Falsedeactivated.
- property SimulationConfigurationDc.dc_plot_jv#
Retrieve the value for computing current density and voltage distribution.
- Returns:
- bool
Truewhen activated,Falsedeactivated. Default value True
- property SimulationConfigurationDc.dc_min_void_area_to_mesh#
Retrieve the value for the minimum void surface to mesh.
- Returns:
strThe area value.
- property SimulationConfigurationDc.dc_error_energy#
Retrieve the value for the DC error energy.
- Returns:
floatThe error energy value, 0.2 as default.
- property SimulationConfigurationDc.dc_max_init_mesh_edge_length#
Retrieve the maximum initial mesh edge value.
- Returns:
strmaximum mesh length.
- property SimulationConfigurationDc.dc_max_num_pass#
Retrieve the maximum number of adaptive passes.
- Returns:
intnumber of passes.
- property SimulationConfigurationDc.dc_min_num_pass#
Retrieve the minimum number of adaptive passes.
- Returns:
intnumber of passes.
- property SimulationConfigurationDc.dc_mesh_bondwires#
Retrieve the value for meshing bondwires.
- Returns:
- bool
Truewhen activated,Falsedeactivated.
- property SimulationConfigurationDc.dc_num_bondwire_sides#
Retrieve the number of sides used for cylinder discretization.
- Returns:
intNumber of sides.
- property SimulationConfigurationDc.dc_mesh_vias#
Retrieve the value for meshing vias.
- Returns:
- bool
Truewhen activated,Falsedeactivated.
- property SimulationConfigurationDc.dc_num_via_sides#
Retrieve the number of sides used for cylinder discretization.
- Returns:
intNumber of sides.
- property SimulationConfigurationDc.dc_percent_local_refinement#
Retrieve the value for local mesh refinement.
- Returns:
floatThe refinement value, 0.2 (20%) as default.
- property SimulationConfigurationDc.dc_perform_adaptive_refinement#
Retrieve the value for performing adaptive meshing.
- Returns:
- bool
Truewhen activated,Falsedeactivated.
- property SimulationConfigurationDc.dc_refine_bondwires#
Retrieve the value for performing bond wire refinement.
- Returns:
- bool
Truewhen activated,Falsedeactivated.
- property SimulationConfigurationDc.dc_refine_vias#
Retrieve the value for performing vias refinement.
- Returns:
- bool
Truewhen activated,Falsedeactivated.
- property SimulationConfigurationDc.dc_report_config_file#
Retrieve the report configuration file path.
- Returns:
strThe file path.
- property SimulationConfigurationDc.dc_report_show_Active_devices#
Retrieve the value for showing active devices.
- Returns:
- bool
Truewhen activated,Falsedeactivated.
- property SimulationConfigurationDc.dc_export_thermal_data#
Retrieve the value for using external data.
- Returns:
- bool
Truewhenactivated,Falsedeactivated.
- property SimulationConfigurationDc.dc_full_report_path#
Retrieve the path for the report.
- Returns:
strFilepath.
- property SimulationConfigurationDc.dc_icepak_temp_file#
Retrieve the icepak temp file path.
- Returns:
strFilepath.
- property SimulationConfigurationDc.dc_import_thermal_data#
Retrieve the value for importing thermal data.
- Returns:
- bool
Truewhenactivated,``False`` deactivated.
- property SimulationConfigurationDc.dc_per_pin_res_path#
Retrieve the file path.
- Returns:
strThefilepath.
- property SimulationConfigurationDc.dc_per_pin_use_pin_format#
Retrieve the value for using pin format.
- Returns:
- property SimulationConfigurationDc.dc_use_loop_res_for_per_pin#
Retrieve the value for using the loop resistor per pin.
- Returns: