Ask Your Question

Vlad's profile - activity

2023-10-07 05:19:55 -0500 commented answer LINE SHUNTS

can you give me a small exemple? I tried making a subsystem with 1 OHL 400kV that Bus Based Report give a value >0 but abrncplx does't return somethig, not even 0, I think it returns empty.

2023-10-04 12:57:33 -0500 received badge  Notable Question (source)
2023-09-26 01:36:34 -0500 received badge  Popular Question (source)
2023-09-24 23:49:00 -0500 asked a question LINE SHUNTS

When I use Bus Based Reports on a subsystem I get this report

  VOLTAGE       X----- LOSSES -----X   X-- LINE SHUNTS --X   CHARGING
  LEVEL BRANCHES      MW        MVAR        MW        MVAR       MVAR
  400.0      2       0.35       3.47        1.5        0.0       88.4
  TOTAL      2       0.35       3.47        1.5        0.0       88.4

How can I retrive Line shunts values on every line? I know how to get Losses with psspy.aflowint but I didn't find the parameters to get line shunts.

2023-08-29 09:27:58 -0500 received badge  Famous Question (source)
2023-08-25 08:37:34 -0500 received badge  Notable Question (source)
2023-08-24 22:50:46 -0500 received badge  Popular Question (source)
2023-08-23 02:47:42 -0500 asked a question Fixed power flow on a branch

Hello.

How can I model in PSSE an equipment to control the power flow on a particular branch? Lets say I don't want that the power that flows on a branch to be bigger than 10MW, but if from the power flow computation results 5MW this equipment should not change the circulation. If PSSE doesn't support this how can I simulate this situation?

2023-08-21 12:13:05 -0500 received badge  Famous Question (source)
2023-08-14 19:22:30 -0500 received badge  Notable Question (source)
2023-08-14 07:34:15 -0500 received badge  Popular Question (source)
2023-08-12 04:08:27 -0500 asked a question Move some of the load to another bus

Is there a clever way to move from a node just a part of the load with python? Lets say I want to move some load from bus A and add it to bus B, but in many data bases in which the load differ. So load A= 10MW load B= 5MW, move 5MW from A to B... but in another base load is 15 with 7 lets say. When I record with python it puts the final value... so I need to read first de actual load, substract and add.

2023-03-26 11:15:29 -0500 commented answer How do I exclude some branches from monitoring

unfortunately not in v32 nor in v33 :(. What version do you use?

2023-03-24 13:26:14 -0500 commented answer How do I exclude some branches from monitoring

in documentation SKIP is just in .con file description

2023-03-24 13:23:42 -0500 commented answer How do I exclude some branches from monitoring

it doesn't work, it still shows in report the branch that I don't want to be reported :( so in mon: SKIP 123 TO 124 END MONITOR BRANCHES IN SUBSYSTEM 'REG' END

2023-03-24 11:15:21 -0500 commented answer How do I exclude some branches from monitoring

Did you check this? it seems it doesn't work. Can you provide an exemple? I'm using version 33

2023-03-23 18:49:23 -0500 received badge  Famous Question (source)
2023-03-21 14:39:30 -0500 received badge  Notable Question (source)
2023-03-20 05:22:27 -0500 received badge  Popular Question (source)
2023-03-18 10:20:19 -0500 asked a question How do I exclude some branches from monitoring

In .sub file I have

SUBSYSTEM 'REG'
JOIN
  ZONE 1
  ZONE 2
  KV 110
END
END

in .mon file

MONITOR BRANCHES IN SUBSYSTEM 'REG'

there are over 300 branches in this subsystem. How can I exclude some of them? ex: from bus X to bus Y

2023-02-05 13:33:16 -0500 answered a question Slider diagram image not update when export

I have the same problem, I will not make another thread but if someone knows how to solve this please help

2022-11-06 20:58:39 -0500 received badge  Famous Question (source)
2022-10-24 08:22:35 -0500 received badge  Notable Question (source)
2022-10-24 08:22:35 -0500 received badge  Popular Question (source)
2022-10-22 12:42:07 -0500 received badge  Editor (source)
2022-10-22 12:21:19 -0500 asked a question retrieving a list of specific contingencies

psspy.acccsinglerunreport4 or pssarrays.acccviolationsreport can list only the contingencies with overloads over a certain procent, let's say 100%.

so it can give you:

single 1
    results
single 4
    results
single 45
    results

how can I get a list with only with those singles 1,4 and 45? so this: ['single 1','single 4','single 45] from the functions mentioned at the beginning

from pssarrays.accc_summary I can get all contingencies in colabel but I want only those with certain problems. Is there an easy way to do this?

2022-10-08 08:08:13 -0500 answered a question PSEEv33 Import Tkinter problem

I have this problem in psse 33.4. Please help

import Tkinter

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Python27\Lib\lib-tk\Tkinter.py", line 38, in <module>
    import FixTk
  File "C:\Python27\Lib\lib-tk\FixTk.py", line 65, in <module>
    import _tkinter
ImportError: DLL load failed: The specified module could not be found.

Python Exception raised!