Skip to content

Commit

Permalink
typo (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bossart committed Apr 9, 2024
1 parent 6a070cb commit d5a8630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/component_models/outer_control.md
Expand Up @@ -37,7 +37,7 @@ is the point of common coupling.
## Active Power Droop (P-droop) and Q-droop ```[OuterControl]```

The following model represent a ``P\text{-}f`` droop model to represent how active
power is going to be deployed. The constructor is ```OuterControl{ActivePowerControl, ReactivePowerDroop}```.
power is going to be deployed. The constructor is ```OuterControl{ActivePowerDroop, ReactivePowerDroop}```.
It defines a new SRF denoted as ``\theta_{\text{olc}}`` for the active power controller and
uses a simple voltage droop for dispatching reactive power. Both active and reactive power are measured via a low-pass filter:

Expand Down

0 comments on commit d5a8630

Please sign in to comment.