Packages - Network Model - Delphi_QFP_Network
Packages - Network Model - Delphi_QFP_Network enables you to create geometry and boundary conditions to represent a Delphi quad flat package network.
Use the navigation arrows on the image below to view each tab.
Iron Python Script – Delphi_QFP_Network.py:
The following is the toolkit's scripting information.
scriptInput = ["ng"]
scriptInput.append("Name:QFPNetworkA")
scriptInput.append("Plane:XY")
scriptInput.append("length_unit:meter")
scriptInput.append("power_unit:W")
scriptInput.append("resistance_unit:cel_per_w")
scriptInput.append("xS:0.1")
scriptInput.append("yS:0.1")
scriptInput.append("zS:0.1")
scriptInput.append("BoardSide:Low")
scriptInput.append("Len1:0.015")
scriptInput.append("Len2:0.015")
scriptInput.append("Thick:0.002")
scriptInput.append("LeadWidth:0.001")
scriptInput.append("BoardMaterial:Al-Extruded")
scriptInput.append("TopLength1:0.0075")
scriptInput.append("TopLength2:0.0075")
scriptInput.append("BottomLength1:0.0075")
scriptInput.append("BottomLength2:0.0075")
scriptInput.append("JunctionPower:1.0")
scriptInput.append("Links:[10,0,10,0,0,0,0,0,10,0,0,0,0,10,0,0,0,0,10,0,0]")
oDesign.RunToolkit("SysLib", "Geometry/Packages - Network Models/Delphi_QFP_Network", [])
oDesign.RunToolkit("SysLib", "Geometry/Packages - Network Models/Delphi_QFP_Network", ["ng"])
oDesign.RunToolkit("SysLib", "Geometry/Packages - Network Models/Delphi_QFP_Network", scriptInput)