-
Notifications
You must be signed in to change notification settings - Fork 31
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
[FEATURE] support asymmetric line #720
Comments
Hi @leovsch, Thank you for your request; this would be a nice addition to Power Grid Model. You can either request help through the issue or get our contacts directly through @TonyXiang8787.
Note: the order is recommended, but not necessary |
Hi @petersalemink95, Thanks for the implementation steps. I've started with them but I'm running into a build error. I get the following error:
I am using windows 11 and have visual studio with c++ development modules installed. Are you familiar with this error and do you know how to fix it? Thanks! |
Hi @leovsch, You are running into a classical Windows long path problem. Have a look at the Windows manual below: https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry It is also mentioned in the Windows example: |
Background
Currently the
line
component only supports symmetric components as input. Namely,r1
x1
r0
x0
.Feature request
Opendss also supports the full specification of Rmatrix and Xmatrix see the opendss manual section
'Matrix Impedance Definition Properties'. We would like PGM to also support this by having an new component called
asym_line
so that we can reproduce the same result as OpenDSS.The text was updated successfully, but these errors were encountered: