First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I made a python object that compiles a list of savs, snps, idvs, python files for faults, etc. from user inputted directories and iterates through them, generating a unique .out file for each one. A simple for-loop would be a good place to start.
2 | No.2 Revision |
I made a python object that compiles a list of savs, snps, idvs, python files for faults, etc. from user inputted directories and iterates through them, generating a unique .out file for each one. I'm hoping to share my work soon, but need to confirm if I can with my company and it still needs some work. A simple for-loop would be a good place to start.start. How "automatic" do you want it to be?
3 | No.3 Revision |
I made a python object that compiles a list of savs, snps, idvs, python files for faults, etc. from user inputted directories and iterates through them, generating a unique .out file for each one. I'm hoping to share my work soon, but need to confirm if I can with my company and it still needs some work. A simple for-loop would be a good place to start. How "automatic" do you want it to be?