On 05/09/13 12:21, yvk wrote:
> Hi Andrew,
>
> How do I save the new OP parameters created through 'opParamExprlist' here while doing dc sweeps.
>
> using expr similar to
> getData("Qzxs:betadc" ?result "dc") didnt work.
>
> Thanks,
> yvk
I don't think this is possible. A dc sweep is not an "OP" analysis, and
so you'd have to include a save statement as an include file to get
spectre to save the operating point data during a dc sweep (as you would
if you wanted to save it during a transient).
If you add:
save Qzxs:betadc
in "extra.scs" and then include that as a model file via Setup->Model
Libraries, then you can access it via the results browser. Primarily
opParamExprList is to allow you to annotate things on the schematic, not
for getting swept data results.
Regards,
Andrew.