Extract entire array of Magnetizing susceptance(B) of 2-winding Transformer using psspy function in python
Hello! Quick question: I want to extract the column of "Magnetizing B (pu)" from PSSE .raw case file in python using psspy.
I am exploring the API manual and found something related to Magnetizing Susceptance under TWO_WINDING_CHNG_6
. However, this function is used to modify the data which is not needed in this case.
Previously for extracting the entire column in an array for getting VMAX and VMIN, the API function atrnreal
was useful (which is under section 12.13). However, again, I was unable to see anything related to MAG2/ magnetizing susceptance in this section.
If you have any feedback or suggestions for the same that will be appreciated. Cheers!