First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I can't find any documentation in the PSSE32 docs about an API for pssplt, so I can only conclude that there isn't one. Does anyone know any differently?
Which means I'll be using subprocess.Popen
or similar if I want to run a command like:
pssplt32 -inpdev "some_math.idv"
from a larger python script. Which really isn't that bad, but I'd rather not spawn a subprocess
unless I have too.