writing icfb output to a logfile

S

SS

Guest
I have script to change cells / parameters in a schematic. I want the
script to output the messages to a file other than CDS.log. How do I do
it ?

thanks,
Sriram
 
In article <1152114081.629506.79020@j8g2000cwa.googlegroups.com> "SS" <ssriramiyer@gmail.com> writes:
I have script to change cells / parameters in a schematic. I want the
script to output the messages to a file other than CDS.log. How do I do
it ?
You can output the CDS.log information to another log file using
hiStartLog( t_fileName ) and hiEndLog().

-Pete Zakel
(phz@seeheader.nospam)

"Even if you're on the right track, you'll get run over if you just sit
there."
-Will Rogers
 
Pete nospam Zakel wrote:
In article <1152114081.629506.79020@j8g2000cwa.googlegroups.com> "SS" <ssriramiyer@gmail.com> writes:
I have script to change cells / parameters in a schematic. I want the
script to output the messages to a file other than CDS.log. How do I do
it ?

You can output the CDS.log information to another log file using
hiStartLog( t_fileName ) and hiEndLog().

-Pete Zakel
(phz@seeheader.nospam)

"Even if you're on the right track, you'll get run over if you just sit
there."
-Will Rogersthanks,
Thanks Pete.

Sriram
 

Welcome to EDABoard.com

Sponsor

Back
Top