how to set Plot options, Save all options in cdsinit

Y

yvk

Guest
ADE->Results-> Printing/Plotting options
ADE->Outputs-> SaveAll

I would like to customize these once and use them by default for rest of all my later sessions. Is it possible to add some lines in cdsinit to do the same?

Thanks,
yvk
 
On 08/22/12 17:53, yvk wrote:
ADE->Results-> Printing/Plotting options ADE->Outputs-> SaveAll

I would like to customize these once and use them by default for
rest
of all my later sessions. Is it possible to add some lines in cdsinit to
do the same?
Thanks, yvk
Best thing to do is to open ADE, make the changes you want, then with
ADE still open, do Options->Save Defaults into a file.

Then in this file, look for the asimenv.plotting and spectre.outputs
vars - you should be able to find the ones you want in there.

This file is in .cdsenv syntax, so you could put them in a file
and call envLoadFile("/path/to/file") in your .cdsinit, or convert
them into envSetVal() calls.

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top