Voltage Deviation to Excel

asked 2015-07-08 13:44:39 -0500

ClaireL gravatar image

I’m trying to create a report in Excel. It will have bus voltages that deviated more than +/- 0.03 pu in a Single Contingency analysis (ACCC). I plan on using the pssexcel.accc command to bring the ACCC file data to Excel then manipulate the data to get what I want.

Currently I’ve

  1. Configured the SUB,MON,CON,DFX files (Note: For the MON file I uncheck the Bus Voltage Range and Check the Bus Voltage Deviation with DROP and RISE set to 0.03 pu.)
  2. Run psspy.acccwithdsp_2(...) to get a ACCC file
  3. Run pssexcel.accc(...) to send the ACCC results to Excel

This sends the ACCC file to Excel, but once you look into the results you find missing data for RISE Voltage Deviation. In the Excel file only voltage deviation for DROP 0.03 pu is recorded and you only know this if you calculate the actual deviation.

I ran the same ACCC file using pssarrays.acccmultiplerunreport2(...) and this TXT report includes the DROP and RISE bus voltages which tells me the ACCC file is fine, it's how the pssexcel.accc() reads it.

Ideas? Does the pssexcel.accc command not allow bus deviation in the MON file? Is there a special function for voltage deviation instead of voltage range?

edit retag flag offensive close merge delete