Ansoft Designer / Ansys Designer 在线帮助文档:
Nexxim Simulator > Nexxim Component Models >
Stripline Elements > Transmission Line, Field Solver
Transmission Line, Field Solver

 Netlist
Format
A field solver stripline transmission line has the following
netlist syntax:
Wxxx n1 n2 0 N=1 W=val
L=val FSmodel=modelname
.MATERIAL conductor METAL CONDUCTIVITY=val
.MATERIAL dielectric DIELECTRIC ER=val LOSSTANGENT=val
.SHAPE rect1 RECTANGLE WIDTH=w HEIGHT=t1 // Conductors
.LAYERSTACK layerstack
+ LAYER=(conductor, t2) // Upper ground plane
+ LAYER=(dielectric, b)
+ LAYER=(conductor, t2) // Lower ground plane
.MODEL modelname W MODELTYPE=Fieldsolver
+ LAYERSTACK=layerstack
+ CONDUCTOR=(SHAPE=rect1, ORIGIN=(0, 't2 + b * 0.5')
n1, and n2
are the names of the input and output nodes. The entry N=1 shows that this is a single transmission
line. The names for the modelname, conductor, dielectric,
and layerstack are supplied by the user.
The entry FSmodel=modelname
identifies the field solver stripline W-model.
Note
|
The default values
for the transmission line are the ones assigned when placing a component
from the Ansoft Component library in a schematic. There are NO defaults
for netlist designs; all values must be specified.
|
Netlist Example
W3 Port1 Port2 0 N=1 W-0.0001 L=0.002 FSmodel=SL1
.MATERIAL cond1 METAL CONDUCTIVITY=5.8e7
.MATERIAL diel1 DIELECTRIC ER=4.4 LOSSTANGENT=0.02
.SHAPE rect1 RECTANGLE WIDTH=.002 // Conductor width W
+ HEIGHT=.001 // Conductor height T1
.LAYERSTACK tstripline
+ LAYER=(cond1, .001) // Bottom ground T2
+ LAYER=(diel1, .01) // Dielectric B
+ LAYER=(cond1, .001) // Top ground, T2
.MODEL SL1 W MODELTYPE=Fieldsolver
+ LAYERSTACK=stripline
+ CONDUCTOR=(SHAPE=rect1,
+ ORIGIN=(0, '.005 + .01 * 0.5') // T2 + B/2
+ MATERIAL=cond1, TYPE=SIGNAL)

HFSS视频教程
ADS视频教程
CST视频教程
Ansoft Designer 中文教程
|