which API instruction can set the branch become breaker?
Dear All,
I want to use Python to change the branch to breaker or switch Does Anyone know which API instruction can set the branch become breaker?
Thank!
Dear All,
I want to use Python to change the branch to breaker or switch Does Anyone know which API instruction can set the branch become breaker?
Thank!
Change the branch id with API mbidbrn:
ierr = mbidbrn(frmbus, tobus, id, idnew)
For example:
psspy.mbidbrn(30715,30719,'1','*1') # switch
psspy.mbidbrn(35441,35597,'1','@1') # breaker
I really appreciate your help giving the right answer.