Sensitivity factors report

asked 2024-09-26 12:49:54 -0500

ram0199 gravatar image

updated 2024-09-26 12:56:02 -0500

How can we access the sensitivity factors report using python API in PSS/E.

The following code is just to run the sensitivity analysis but I couldn't find a way to access the results:

ierr = psspy.sensitivity_flows(flwopt, options, values, labels, dfxfile)
if ierr != 0:
  print(f"Error calculating sensitivity flows, error code: {ierr}")
  return
edit retag flag offensive close merge delete