Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Do what perolofl suggested if you're doing one-shot actions.

If you want to automate it Python, you could use PSS/e API's Subsystem Data Retrieval commands:

  • abusint, with the string "NUMBER".
  • abusreal, with the string "BASE".

From there, you could write some additional python script to either:

  • Write a .csv file for importing into Excel.
  • Use one of the Excel Python libraries to write directly to an Excel file.

The scripting is a little bit of work, so unless you're doing it a lot, it may be easier just to do it manually.