get_dcir_solution_data#
- Hfss3dLayout.get_dcir_solution_data(setup, show='RL', category='Loop_Resistance')[source]#
Retrieve dcir solution data. Available element_names are dependent on element_type as below. Sources [“Voltage”, “Current”, “Power”] “RL” [‘Loop Resistance’, ‘Path Resistance’, ‘Resistance’, ‘Inductance’] “Vias” [‘X’, ‘Y’, ‘Current’, ‘Limit’, ‘Resistance’, ‘IR Drop’, ‘Power’] “Bondwires” [‘Current’, ‘Limit’, ‘Resistance’, ‘IR Drop’] “Probes” [‘Voltage’].
- Parameters:
- setup
str
Name of the setup.
- show
str
,optional
Type of the element. Options are
"Sources"`, ``"RL"`, ``"Vias"
,"Bondwires"
, and"Probes"
.- category
str
,optional
Name of the element. Options are
"Voltage"`, ``"Current"`, ``"Power"
,"Loop_Resistance"
,"Path_Resistance"
,"Resistance"
,"Inductance"
,"X"
,"Y"
,"Limit"
and"IR Drop"
.- Returns
- ——-
- from ansys.aedt.core.modules.solutions.SolutionData
- setup