Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No API for pssplt?

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.