Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Spectre MDL newbie. How to use acnames/actimes with spectre mdl?

Status
Not open for further replies.

saurabh_singh512

Newbie level 1
Joined
Nov 21, 2012
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,290
Hi all,

I am relatively new to spectre MDL and have a question that I have been unable to find any documentation about.

Here is the problem. I have a main netlist which contains the following analyses:-

tran1 tran stop=2m errpreset=conservative save=allpub infotimes=[0.5m 2m] infoname=traninfo actimes=[0.5m 2m] acnames=[ac1]
traninfo info what=oppoint where=file file="%C:r.%A.dcinfo"
ac1 ac start=1 stop=1e12


The mdl control file consists of the following:-

alias measurement tranrun
{
run tran1
export real gate_volt = V(out)@1e-3
export real gain=mag(ac1:V(out))@10
}//endmeas
run dc1
run dcinfo
run tranrun


The problem is with the line
export real gain=mag(ac1:V(out))@10

where I need to access the ac magnitude of a node "out" at 10Hz. A lot of variations that I have tried dont work. Does anybody know how to work this?

Thanks in advance,
Saurabh
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top