Ask Your Question

jialink's profile - activity

2020-04-12 16:46:27 -0500 answered a question How to get branch power flow and their bus numbers.

You try the simple way:

  1. ierr, cmpval = brnflo(bus1,bus2,id)
  2. k1 = cmpval.real
  3. k2 = cmpval.imag...
2018-12-08 18:31:43 -0500 commented question IEEE 118 Bus System in PSSE

Open PSSE 32: File >> Import >> Power Flow RAW Options... Choose file .raw... try

2018-12-01 17:32:18 -0500 received badge  Editor (source)
2018-12-01 17:31:18 -0500 answered a question How to compile an ipl file in the IPLAN compiler?
  1. Step 1: copy file "test1.ipl" to same folder "IPLAN33.exe" (or any where u want)
  2. Step 2: Run "IPLAN33.exe" as administrator (noticed)
  3. Step 3: type "test1" (or full path if not same folder "IPLAN33.exe")
  4. Step 4: done! File "test1.irf" will be saved in the same folder "IPLAN33.exe"