Skip to content

Modelling switches in PGM #34

Discussion options

You must be logged in to vote

Hi @PowerIsKnowledgeOrSomething,

You can indeed use links as @mgovers mentioned if you want to have specific switching components in PGM. However, for numerical stability it would be beneficial to have as little links as possible.

A better implementation would be to translate the switch status to the from_status or to_status of the specific branch (link, line, transformer). For example:

Your data: node1 - switch1 - line - switch2 - node2
PGM: node1 - line - node2

Where you can set the status of switch1 in from_status and the status of switch2 in to_status of your line (if from_node is node1 and to_node is node2; else, it will be the other way around)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@PowerIsKnowledgeOrSomething
Comment options

Answer selected by petersalemink95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants