Packages - Network Model - GeneralNetwork

Packages - Network Model - GeneralNetwork enables you to create geometry and boundary conditions to represent a general network.

Note:

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

Iron Python Script – General_3Node_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',

'Node1 Capacity:0',

'Node2 Capacity:0',

'Board Side:Low',

'Bottom Inner Standoff Resistance:0',

'Bottom Outer Standoff Resistance:0',

'Leads Standoff Resistance:0',

'xStart:0.0',

'yStart:0.0',

'zStart:0.0',

'xLength:0.015',

'yLength:0.015',

'zLength:0.002',

'Lead1:0.0',

'Lead2:0.0',

'Top Inner Length1:0.0075',

'Top Inner Length2:0.0075',

'Bottom Inner Length1:0.0075',

'Bottom Inner Length2:0.0075',

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

10,0.0001,0,0,0,0,5,0,0]'

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

]

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

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

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