How to transform a branch from in-service to out-serive using Python
I would like to transform a branch form in-service to out-service using Python.
It is not mean to remove the branch.
So, I tried to do that using following code and then saved the result.
psspy.branchchng(Fromnum , To_num , ID ,intgar1=0)
But, I got a raw file to reomve the branch
Could you inform me the solution?