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

 Netlist
Format
A field solver microstrip transmission line has the
following netlist syntax:
Wxxx n1 0 n2 0
N=1 W=val L=val FSmodel=modelname
.MATERIAL conductor METAL CONDUCTIVITY=val
.MATERIAL dielectric DIELECTRIC ER=val LTAND=val
.SHAPE RECT1 RECTANGLE WIDTH=w HEIGHT=t1 // Conductors
.LAYERSTACK layerstack
+ LAYER=(conductor, t2) // Ground plane
+ LAYER=(dielectric, h)
+ LAYER=(AIR, hu)
.MODEL modelname W MODELTYPE=Fieldsolver
+ LAYERSTACK=layerstack
+ CONDUCTOR=(SHAPE=RECT1, ORIGIN=(0, 't2 + h')
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 microstrip 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 0 Port2 0 N=1 W-0.0001 L=0.002 FSmodel=MS1
.MATERIAL cond1 METAL CONDUCTIVITY=5.8e7
.MATERIAL diel1 DIELECTRIC ER=4.4 LOSSTANGENT=0.02
.SHAPE RECT1 RECTANGLE WIDTH=.005 // Conductor width W
+ HEIGHT=.001 // Conductor thichness T1
.LAYERSTACK microstrip
+ LAYER=(cond1, .001) // Bottom ground, T2
+ LAYER=(diel1, .01) // Dielectric, H
+ LAYER=(AIR, .002) // Air layer, HU
.MODEL MS1 W MODELTYPE=Fieldsolver
+ LAYERSTACK=microstrip
+ CONDUCTOR=(SHAPE=RECT1, + ORIGIN=(0, '.001 + .01'), // T2 + H
+ MATERIAL=cond1, TYPE=SIGNAL)

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