pnnl / i2x

Interconnection Innovation e-Xchange (i2x) Test Systems
Other
8 stars 13 forks source link

i2x-der: voltage output discrepancies #7

Closed temcdrm closed 1 year ago

temcdrm commented 1 year ago

In the default case, this comes from _dss.circuit_all_bus_vmagpu 0 Nodes with Low Voltage, Lowest=0.9500pu at sx3197624b.1 0 Nodes with High Voltage, Highest=1.0500pu at sourcebus.3 vs. this from PV monitor channels: Minimum PV Voltage = 0.9338 pu Maximum PV Voltage = 1.0409 pu

temcdrm commented 1 year ago

bus_vmag_pu returns voltages from the most recent solution, i.e., at a single time point. So this behavior is expected. One must use the monitor channels to determine minimum and maximum voltages over a time series power flow.

temcdrm commented 1 year ago

Added some clarifying language to the output labels and documentation.