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
In the matpower paresr, shunts and loads are uniquely identified from 1 to n in line order of the bus table, skipping lines that have no shunt or load values, i.e.
the first load is at bus 2 and will be identified with id "1"
Most of the time this is fine, however, this can make using the extended matlab parser to add load or shunt information tricky as this requires knowledge that this is how the numbering is being done and for big files this can be non-trivial.
Given than matpower restricts a single load and single shunt per bus, I might suggest giving the loads and shunts the same id as the bus to make the extended data format easier to support.
The text was updated successfully, but these errors were encountered:
In the matpower paresr, shunts and loads are uniquely identified from 1 to n in line order of the bus table, skipping lines that have no shunt or load values, i.e.
the first load is at bus 2 and will be identified with id "1"
Most of the time this is fine, however, this can make using the extended matlab parser to add load or shunt information tricky as this requires knowledge that this is how the numbering is being done and for big files this can be non-trivial.
Given than matpower restricts a single load and single shunt per bus, I might suggest giving the loads and shunts the same id as the bus to make the extended data format easier to support.
The text was updated successfully, but these errors were encountered: