public interface MismatchReporter
| Modifier and Type | Method and Description |
|---|---|
MismatchReporter |
reportBegin(BusList buses) |
void |
reportEnd() |
boolean |
reportLast()
Only report the final mismatches
|
void |
reportMismatch(float[] pmm,
float[] qmm,
float[] vm,
float[] va,
BusType[] type)
Reports a mismatch
|
MismatchReporter reportBegin(BusList buses)
void reportMismatch(float[] pmm,
float[] qmm,
float[] vm,
float[] va,
BusType[] type)
throws PAModelException
pmm - active power mismatch in MW for each busqmm - reactive power mismatch in MVAr for each busvm - Voltage magnitude (per-unit)va - Voltage angle (DEG)type - PAModelExceptionvoid reportEnd()
boolean reportLast()