The function get_eigenvalues_of_current_state() from PFDynSimInterface fails if the export setting in PowerFactory has not been already set to csv before the function call.
For example, if the export setting happens to be text format, internally read_csv will fail and it will not be able to read the eigenvalues from the file.
Behavior
The function
get_eigenvalues_of_current_state()
fromPFDynSimInterface
fails if the export setting in PowerFactory has not been already set to csv before the function call.For example, if the export setting happens to be text format, internally
read_csv
will fail and it will not be able to read the eigenvalues from the file.Possible solution
Add this line when configuring ComRes to make sure it exports to csv: