Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] create_solar() ignores all power related arguments #380

Closed
wfvining-snl opened this issue Feb 22, 2022 · 0 comments
Closed

[BUG] create_solar() ignores all power related arguments #380

wfvining-snl opened this issue Feb 22, 2022 · 0 comments
Assignees
Labels

Comments

@wfvining-snl
Copy link

Describe the bug
The create_solar() function ignores the following arguments:

  • pg_ub
  • pg_lb
  • qg_ub
  • qg_lb
  • qg
  • pg

Minimum Viable Example

create_solar("foo", [1, 2, 3, 4], WYE,
             pg_lb=[0,0,0,0],
             pg_ub=[100,100,100],
             qg_lb=[-15, -15, -15],
             qg_ub=[15, 15, 15],
             pg=[0,0,0],
             qg=[0,0,0]
             )

Returns:

Dict("bus" => "foo", "connections" => [1, 2, 3, 4], configuration => WYE, "status" => ENABLED)

Expected behavior
The returned Dict should include the pq_[ub/lb], qg_[ub/lb], pg, and qg keys as specified in the function arguments. These keys are included in "solar" objects that are parsed from an OpenDSS model.

System Information (please complete the following information):

  • OS: Windows
  • Version: v0.14.1
@pseudocubic pseudocubic self-assigned this Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants