You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
Currently control references from Power and Voltage are directly taken from the output of the PowerFlow. For example:
Control_ref[P_ref] = get_activepower(PF)
Control_ref[V_ref] = get_busvoltage(PF)
The set-up of control references should update those values, depending on specific components connected in each device, such that P_ref and V_ref match the solution obtained from the PF. That is, follow Milano's implementation of such parameters.
The text was updated successfully, but these errors were encountered:
Currently control references from Power and Voltage are directly taken from the output of the PowerFlow. For example:
Control_ref[P_ref] = get_activepower(PF)
Control_ref[V_ref] = get_busvoltage(PF)
The set-up of control references should update those values, depending on specific components connected in each device, such that P_ref and V_ref match the solution obtained from the PF. That is, follow Milano's implementation of such parameters.
The text was updated successfully, but these errors were encountered: