Ask Your Question

Revision history [back]

The quickest way is probably to use the existing tools and modify the .MON file. It's sometimes helpful to use Excel to help you write long .MON files. For example, you could copy and paste your Bus Network Data into a blank Excel worksheet and then enter the following formula in cell Q2

="MONITOR VOLTAGE RANGE BUS " & A2 & " " & N2 & " " & M2 & "/* " & B2

I'm assuming that A2 contains Bus Number, N2 contains Normal Vmin (PU), M2 contains Normal Vmax (pu) and B2 contains Bus Name. Drag this formula for all buses and filter for the buses you are interested in. Copy and Paste column Q into notepad and save as a .MON file. I have different .MON files for "Lock Taps" "Lock all" switched shunts solutions vs "Stepping Tap" sand "Enable all" switched shunt solutions. Run your ACCC and then open it using the "Export results to Excel" utility. Violations will be shown in the "Bus Voltage" tab.

Alternatively, you could prepare a list containing bus numbers, NVLMHI’ and 'NVLMLO’ with with psspy.busdat. Then prepare another list containing bus numbers and voltages from your ACCC analysis using pssarrays.accc_summary. Loop through both lists and and make comparisons to identify violations. That would probably be funner.