IC Packages - JEDEC

JEDEC enables you to quickly set up test chambers for IC package thermal characterization. You can analyze the thermal resistance under conditions of forced convection or natural convection.

Iron Python Script – JEDEC.py:

The following is the toolkit's scripting information.

data = ["ng",

'length_unit:meter',

'xS:-0.00075',

'yS:-0.00075',

'zS:-0.00075',

'xL:0.015',

'yL:0.015',

'zL:0.015',

'plane:ZX'

'Test Enclosure Type:Natural Convection',

'Number of Package Leads/Balls:100',

'Board Type:1s PCB',

'Signal Layer Thickness:0.00007',

'Power Layer Thickness:0.000035',

'Model Plane:Detailed',

'Model board layers as 3D objects:False',

'Package Plane:Leaded',

'Flow Speed(m/s):5',

'Ambient Temperature(C):20',

'Mesh:No',

'Mesh Resolution:3',

'Solve:No'

]

oDesign.RunToolkit("SysLib", "Modeling/IC Packages/JEDEC", [])

oDesign.RunToolkit("SysLib", "Modeling/IC Packages/JEDEC", ["ng"])

oDesign.RunToolkit("SysLib", "Modeling/IC Packages/JEDEC", data)