微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微波和射频技术 > 电磁仿真讨论 > Netlist extraction from HFSS

Netlist extraction from HFSS

时间:03-30 整理:3721RD 点击:
Currently, I'm trying to start work with HFSS software.

I did simple stripline and I want to export it's model to cadence virtuoso. I can export it by s2p file and use it with nport, but I want to get it in a netlist view too.
So, I found there are two able spice netlist types: full wave spice and lumped element low bandwidth netlist (by the way, is there any ability to specify for which frequency netlist is generated?). The second one is usual spice netlist and I can import it in cadence without any problem.
I'm wondering how to use first one in cadence simulations? It is looks like this:

Code:
subckt Strip_line_Full ( 1 2 )
Vam1 ( 1 n2 ) vsource type=dc dc=0
Rport1 ( n2 0 ) resistor r=50 isnoisy=no
Vam2 ( 2 n4 ) vsource type=dc dc=0
Rport2 ( n4 0 ) resistor r=50 isnoisy=no 

...
There are port's resistance into netlist, what I should do if I want to check this stripline with sp analysis in cadence (where port already has resistance)?

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top