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
If parse_pwf_to_powermodels' argument add_control_data is set to true (default =false), additional information present on the PWF file that is not used by PowerModels will be stored inside each element in the field "control_data", such as the example below:
137
137
138
138
```julia
139
-
julia> data = ParserPWF.parse_pwf_to_powermodels(file, add_control_data = true);
139
+
julia> data = PWF.parse_pwf_to_powermodels(file, add_control_data = true);
0 commit comments