First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Hello All, I'm new to this group and also to PSS/E python. I'm developing a python code to run ACCC with the inputs as sub, mon, con and dfx files using the function psspy.acccwithdsp3 as shown below: psspy.acccwithdsp3 ( 0.5, [0,0,0,0,0,2,0,0,0,0,0], 'MON', dfxFileName, accFileName, "", "", '' ) The problem/questions that I have are: 1. Why does this function expects the name of the solution file .acc as an input and why can't it create it automatically via program? 2. Though I have passed the path and name of the solution file, the file is not updated with the solution data after running the above function (running above function doesn't throws any error).
Thanks in advance.
2 | No.2 Revision |
Hello All, I'm new to this group and also to PSS/E python. I'm developing a python code to run ACCC with the inputs as sub, mon, con and dfx files using the function psspy.acccwithdsp3 dsp_3 as shown below:
psspy.acccwithdsp3
below:
psspy.accc_with_dsp_3
(
0.5,
[0,0,0,0,0,2,0,0,0,0,0],
'MON',
dfxFileName,
accFileName,
"",
"",
''
)
The problem/questions that I have are:
are:
1. Why does this function expects the name of the solution file .acc as an input and why can't it create it automatically via program?
2. Though I have passed the path and name of the solution file, the file is not updated with the solution data after running the above function (running above function doesn't throws any error).error).
Thanks in advance.