We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b248279 commit 93301a9Copy full SHA for 93301a9
motulator/grid/control/_gfm_observer.py
@@ -127,11 +127,11 @@ class ObserverBasedGridFormingController:
127
Active resistance (Ω), defaults to `0.25*u_nom/i_max`.
128
k_v : float, optional
129
Voltage control gain, defaults to `alpha_o/w_nom`.
130
- alpha_o : float
+ alpha_o : float, optional
131
Observer gain (rad/s), defaults to 2*pi*50.
132
alpha_c : float, optional
133
Current control bandwidth (rad/s), defaults to 2*pi*400.
134
- u_nom : float
+ u_nom : float, optional
135
Nominal grid voltage (V), line-to-neutral peak value, defaults to
136
`sqrt(2/3)*400`.
137
T_s : float, optional
0 commit comments