Hi Tom,
I have a large set of graphs that I will like to save automatically to a folder as they are produced in RATS. I tried using environment gsave command, but that does not seem to work. I can't find those graphs in the folder specified. Here's what I did:
env gsave="C:\graphs\check*.rgf"
....
....
codes to produce graphs in loops.
Also, is there a way to save these graphs as landscape in pdf's automatically? I can do that manually though. Any hint will be great.
Luching.
saving graphs
Re: saving graphs
You need to include the GFORMAT parameter. For example:
env gsave="C:\graphs\check*.rgf" gformat=rgf
If you still have problems, email us at support@estima.com with your full name and serial number, and let me know specifically which version of RATS you are using (do Help-About RATS to check)
env gsave="C:\graphs\check*.rgf" gformat=rgf
If you still have problems, email us at support@estima.com with your full name and serial number, and let me know specifically which version of RATS you are using (do Help-About RATS to check)