First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version | asked 2022-10-25 18:04:34 -0500 Anonymous |
Hi there,
Is there any way for drawing a contour plot for a grid by a python in psse? I tried by the following code but I don't know how could I get the output, for example, a contour plot of the grid as a pdf file.
psspy.enablediagcontour(1,1,1,4,1, 100., 4.0, 1.0, 1.25, 0.75)
I would be thankful if anyone can share with me any similar experience.