Hello,
I am trying to save the dc operating points of nfet and pfet as shown in the input.scs file from this post:https://community.cadence.com/cadence_technology_forums/f/custom-ic-design/40093/matlab-cds_srr-dc-sweep-of-mosfet-parameters
The only way, I know how to save dc operating point is by creating a file, for example, saveop.scs and including in the file the following lines:
save mn:oppoint
save mp:oppoint
And attaching saveop.scs as a model file in the model setup of adexl and running the simulation. My understanding is that dc operating point will not be saved by default unless it is instructed to do so.
When I tried to save as follows:
save mn:id mn:id mn:vth mn:vth mn:gm mn:gm mn:gds mn:gds mn:cgg mn:cgg \
mn:cgs mn:cgs mn:cdd mn:cdd mn:css mn:css mn:cgd mn:cgd mn:cgb mn:cgb
and look at my input.scs and do not see that It is saved.
Thank you so much for your response regarding this issue.