| 1 | initial version |
Great suggestions here! By running the script from a opened case file in PSSE, the default location for the printer is the current working folder for the case file.
I used:
psspy.printdiagfile(r"""Microsoft Print to PDF""", copies, orientation)
The name of the pdf-file is found by adding ".pdf" to the name of the sld-file. I used the following to rename it:
os.rename(oldPDFname, newPDFname)
This was performed in v35.
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.