Packages - SOT
SOT enables you to create geometry and boundary conditions to represent an plastic encapsulated small outline transistor.
Use the navigation arrows on the image below to view each tab.
Iron Python Script – SOT.py:
The following is the toolkit's scripting information.
scriptInput = ["ng"]
scriptInput.append("Name:SOT1")
scriptInput.append("Type:SOT-23")
scriptInput.append("Plane:XY")
scriptInput.append("length_unit:meter")
scriptInput.append("power_unit:W")
scriptInput.append("xS:0.0")
scriptInput.append("yS:0.0")
scriptInput.append("zS:0.0")
scriptInput.append("Len1:0.003")
scriptInput.append("Len2:0.0011")
scriptInput.append("Thick:0.0011")
scriptInput.append("airGap:0.0001")
scriptInput.append("dieHeight:0.00022")
scriptInput.append("DieMaterial:Si-Typical")
scriptInput.append("attachThick:0.00001")
scriptInput.append("AttachMaterial:Die_attach_material")
scriptInput.append("DiePower:1.0")
scriptInput.append("FrameLength:0.0014")
scriptInput.append("FrameWidth:0.00035")
scriptInput.append("FrameThick: 0.00015")
scriptInput.append("FrameOffset:0.00055")
scriptInput.append("Lead2Axis:Min Y")
scriptInput.append("LeadThick:0.00015")
scriptInput.append("Lead1Width:0.0005")
scriptInput.append("Lead2Width:0.0005")
scriptInput.append("LeadPitch:0.0017")
scriptInput.append("LeadSpan:0.0023")
scriptInput.append("LeadFootprint:0.00045")
scriptInput.append("LeadProjected:0.0009")
scriptInput.append("LeadMaterial:Cu-Pure")
oDesign.RunToolkit("SysLib", "Geometry/Packages/SOT", [])
oDesign.RunToolkit("SysLib", "Geometry/Packages/SOT", ["ng"])
oDesign.RunToolkit("SysLib", "Geometry/Packages/SOT", scriptInput)