0

Inertial Load Flow (INFL)

Hi, i have a problem, i use the INFL Api to evalute the inertial response, this Api print:

FREQUENCY FOR ISLAND 1 IS 59.945 HERTZ

I need obtain the frequency value in a variable to can export this.

The INFL is the same that FNSL Api

Thank you for your attention

anonymous user
asked 2020-01-28 12:09:52 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0
  1. Redirect the output to a text file.

  2. Execute INLF

  3. Change the output back to the original device (progress window)

  4. Open the file with Python, read the Hz figure and store in a variable.

perolofl's avatar
3.8k
perolofl
answered 2020-01-30 09:15:21 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you, I took this way and it worked

eduardo's avatar eduardo (2020-01-30 09:28:13 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer