I have the following analyses defined.
tran tran stop=10n infonames=[dcnode] infotimes=[0.1n 9.9n 30.9n] infotime_pair=no save=selected
dcnode info what=oppoint where=rawfile save=selected
My save statements are commented.
//save vddd
//save *:d,*:g,*:s,*:b devtype=pch
The only other save statement in the netlist is
saveOptions options save=selected
I assume nothing should be saved in the info analyses because "selected" save statements asks to save nothing.
But it looks like I have the operating points saved on all the devices.
Any pointers would be very welcome.
Thanks much!