Packages - Network Model - Delphi_BGA_Network

Packages - Network Model - Delphi_BGA_Network enables you to create geometry and boundary conditions to represent Delphi ball grid array network.

Note:

Use the navigation arrows on the image below to view each tab.

Iron Python Script – Delphi_BGA_Network.py:

The following is the toolkit's scripting information.

data = ["ng",

'length_unit:meter',

'power_unit:W',

'capacity_unit:J_per_Kelkg',

'resistance_unit:cel_per_w',

'Plane:XY',

'Junction Power:1',

'Junction Capacity:0',

'Board Outer Capacity:0',

'Board Inner Capacity:0',

'Board Side:Low',

'xStart:0.0',

'yStart:0.0',

'zStart:0.0',

'xLength:0.015',

'yLength:0.015',

'zLength:0.002',

'Top Inner Length1:0.0075',

'Top Inner Length2:0.0075',

'Bottom Inner Length1:0.0075',

'Bottom Inner Length2:0.0075',

'Resistances:[10,10,10,0,0,0,0,0,10,10,10,10]'

# this must be in the same order as the UI from top to bottom

]

oDesign.RunToolkit("SysLib", "Geometry/Packages - Network Models/Delphi_BGA_Network", [])

oDesign.RunToolkit("SysLib", "Geometry/Packages - Network Models/Delphi_BGA_Network", ["ng"])

oDesign.RunToolkit("SysLib", "Geometry/Packages - Network Models/Delphi_BGA_Network", data)