Packages - FPBGA

FPBGA enables you to create geometry and boundary conditions to represent a fine pitch ball grid array package.

Note:

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

Iron Python Script – FPBGA.py:

The following is the toolkit's scripting information.

data = ["ng",

'length_unit:meter',

'power_unit:W',

'Plane:XY',

'xS:0.0',

'yS:0.0',

'zS:0.0',

'Length1:0.015',

'Length2:0.015',

'Package Thickness:0.0014',

'Model Type:Detailed',

'Symmetry:Full',

'Substrate Thickness:0.00036',

'Substrate Material:Epoxy Resin-Typical',

'Top Trace:25.0',

'Bottom Trace:25.0',

'1st Int. Layer Coverage:0.0',

'2nd Int. Layer Coverage:0.0',

'Trace Thickness:0.000033',

'Trace Material:Cu-Pure',

'Number of Thermal Vias:0',

'Via Diameter:0.0002',

'Via Plate Thickness:0.00005',

'Number of Rows 1:17',

'Number of Rows 2:17',

'Array Type:Peripheral Array',

'Suppressed Rows 1:9',

'Suppressed Rows 2:9',

'Central Rows 1:0',

'Central Rows 2:0',

'Ball Pitch:0.0008',

'Ball Diameter:0.0004',

'Ball Height:0.0004',

'Ball Material:Solder-pb50_sn50',

'Mask Thickness:0.00005',

'Mask Material:Epoxy Resin-Typical',

'Die Length1:0.0119',

'Die Length2:0.0119',

'Die Height:.00035',

'Power:1',

'Die Material:Si-Typical',

'Pad Length1:0.0119',

'Pad Length2:0.0119',

'Pad Thickness:0.0001',

'Pad Material:Si-Typical',

'Attach Thickness:0.0004',

'Attach Material:Epoxy Resin-Typical',

'Mold Material:Epoxy Resin-Typical',

'Wire Diameter:0.000025',

'Wire Length:0.001',

'Wire Material:Au-Typical',

]

oDesign.RunToolkit("SysLib", "Geometry/Packages/FPBGA", [])

oDesign.RunToolkit("SysLib", "Geometry/Packages/FPBGA", ["ng"])

oDesign.RunToolkit("SysLib", "Geometry/Packages/FPBGA", data)