The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Other CAD Tools >> Entry Tools >> Deleting CDF Parameters by using SKILL script
https://designers-guide.org/forum/YaBB.pl?num=1245940684

Message started by analogue_guy on Jun 25th, 2009, 7:38am

Title: Deleting CDF Parameters by using SKILL script
Post by analogue_guy on Jun 25th, 2009, 7:38am

Hi,

Could you help me how to delete CDF parameters by using SKILL script. I have found the cdfDeleteParam() command, but how could I tell it to delete let us say only the ads or spectre or ams properties (in the simInfo) or only the netlistProcedure parameter.
I did not manage to figure it out :-$.

Cheers,

Title: Re: Deleting CDF Parameters by using SKILL script
Post by Haydar on Jun 30th, 2009, 4:47pm

You can use cdfFindParamByName() to get the desired CDF parameter and then delete it using cdfDeleteParam().

Alternatively, you can use cdfDump() which will create a text file and then manipulate its contents with a script (Perl etc.) and load back the modified CDFs.

-Haydar

The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.