The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Mar 28th, 2024, 4:35am
Pages: 1
Send Topic Print
Deleting CDF Parameters by using SKILL script (Read 3913 times)
analogue_guy
Community Member
***
Offline



Posts: 38

Deleting CDF Parameters by using SKILL script
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,
Back to top
 
 
View Profile   IP Logged
Haydar
New Member
*
Offline



Posts: 8
Portland, OR
Re: Deleting CDF Parameters by using SKILL script
Reply #1 - 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
Back to top
 
 
View Profile   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.