First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
to have a converted case name derive from the source sav file, use the following: case_root = os.path.splitext(CASE)
2 | No.2 Revision |
to have a converted case name derive from the source sav file, use the following:
following:
case_root = os.path.splitext(CASE)