Accessing net voltages inside skill after spectre simulatio

M

Mohan R

Guest
Hello All,

Is there any way to access the net voltages in skill program after
running the spectre simulation in analog artist ? Basically, there is
an option in analog design environment from which i can annotate
results back to schematic like i can see the net voltages inside the
cadence virtuoso schematic editor.

I would like to have the same information available in skill program
so that i can do some post processing on the net voltage and do some
annotations to schematic. I tried going through accessing the CDF
parameters but could not find the values. Please help.

Regards,
Mohan R
 
Is there any way to access the net voltages in skill program after
running the spectre simulation in analog artist ? Basically, there is
an option in analog design environment from which i can annotate
results back to schematic like i can see the net voltages inside the
cadence virtuoso schematic editor.

I would like to have the same information available in skill program
so that i can do some post processing on the net voltage and do some
annotations to schematic. I tried going through accessing the CDF
parameters but could not find the values. Please help.
CDF won't help. You need to look into simulation results.

There's a function VDC( "/net" ) which gives voltage out of operating point analysis.

Or the more generic v( "/net" ?result "dcOp" )

Stéphane
 
On Fri, 13 Apr 2007 11:06:03 +0200, "S. Badel"
<stephane.badel@REMOVETHISepfl.ch> wrote:

Is there any way to access the net voltages in skill program after
running the spectre simulation in analog artist ? Basically, there is
an option in analog design environment from which i can annotate
results back to schematic like i can see the net voltages inside the
cadence virtuoso schematic editor.

I would like to have the same information available in skill program
so that i can do some post processing on the net voltage and do some
annotations to schematic. I tried going through accessing the CDF
parameters but could not find the values. Please help.

CDF won't help. You need to look into simulation results.

There's a function VDC( "/net" ) which gives voltage out of operating point analysis.

Or the more generic v( "/net" ?result "dcOp" )

Stéphane
Indeed. Read the OCEAN reference manual (in cdsdoc) for more info on the SKILL
API to access simulation results.

Andrew.
--
Andrew Beckett
Principal European Technology Leader
Cadence Design Systems, UK.
 

Welcome to EDABoard.com

Sponsor

Back
Top