Ask Your Question

Bruce's profile - activity

2013-09-16 20:38:54 -0500 received badge  Taxonomist
2012-09-18 08:52:30 -0500 received badge  Famous Question (source)
2012-06-19 03:34:19 -0500 received badge  Scholar (source)
2012-06-19 02:30:43 -0500 received badge  Supporter (source)
2012-06-19 02:27:26 -0500 commented answer Create consumer report

Thanks a lot for this. I don't have a model up in PSSE yet, but once I do I will try this out. Since the system is not 100 % radial I will need to check for direction of flow of power from the terminal to determine what are feeders and what are incomers. I like the check for island you did though.

2012-06-19 02:23:56 -0500 answered a question Create consumer report

Blockquote find the radial branches I'll use a trick here and employ some set theory. Radial buses are those that become islanded when the terminal station bus is taken offline Blockquote

This idea is good, and I think it is an elegant way of finding the the true radial consumers. But although radial for the most part, it is not purely radial and I want to catch also those that are not. Sorry for not being clear about this. I am wondering if instead it would be possible to look at the direction of flow of power to determine what are incomers and what are feeders.

2012-06-16 02:26:22 -0500 received badge  Nice Answer (source)
2012-06-15 08:27:11 -0500 received badge  Notable Question (source)
2012-06-15 05:45:40 -0500 commented answer Create consumer report

I updated my question with an example report. Really appreciate the effort here!

2012-06-15 05:38:23 -0500 received badge  Editor (source)
2012-06-14 14:38:42 -0500 commented answer Create consumer report

Yes that's exactly right. Such a system is more radial and the purpose of the report to check that each bus (or switchboard) is correctly dimensioned, as well as to check the total load in order to size generators.

2012-06-14 13:23:29 -0500 received badge  Popular Question (source)
2012-06-14 05:50:58 -0500 received badge  Self-Learner (source)
2012-06-14 05:50:58 -0500 received badge  Teacher (source)
2012-06-14 03:29:51 -0500 answered a question Create consumer report

Thanks for the reply. Yes, P and Q for each consumer is a good start. Is there an API to determine from which bus a load is powered from?

2012-06-13 20:43:20 -0500 received badge  Nice Question (source)
2012-06-13 13:40:27 -0500 received badge  Student (source)
2012-06-13 03:55:53 -0500 asked a question Create consumer report

Hi, I work with an offshore distribution system and want to know if someone can point me to a python script that will create a load list? A load list will sort consumers according to the busbar that they are supplied from and show the power consumption of individual loads as well as the total load of the busbar.

The end report would look something like this

Report for Bus A

  • Motor 10 kW
  • Heater 20 kW
  • Tranformer to bus B 10 kW
  • Total for Bus A 40 kW

And then a new sections, or pages for the other buses (switchboards) in the case.

Best regards Bruce