spny / sclopen

Automatically exported from code.google.com/p/sclopen
0 stars 0 forks source link

Extending Power Symbols #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Electrical Power Symbols

1. some symbols require text. For example the motor symbol would be a circle 
with a letter in the middle. 

2. the Load Tap Changer LTC requires a name to appear along side it like all 
the others in Power Tools drawer. But i could not find where the names are 
being associated with the enumeration class. This must be taking place when 
the run time workspace is coming up.

Original issue reported on code.google.com by Alberto.Perri@googlemail.com on 12 Apr 2010 at 6:11

GoogleCodeExporter commented 8 years ago

Original comment by Alberto.Perri@googlemail.com on 12 Apr 2010 at 6:12

GoogleCodeExporter commented 8 years ago
Fixed text is drawn with gc.drawText. See my explanations in issue 93. The Name 
of a 
Power Equipment however is separate Graphical Edit Part and has nothing to do 
with the 
Power Equipment Figure 

Original comment by joer...@gmail.com on 13 Apr 2010 at 9:02

GoogleCodeExporter commented 8 years ago
Part one of this issue is complete. 

Part two of this issue had to do with how to extend the Power List to include 
LTC, but 
as it turns out the LTC is not a independent Power Device. It belongs to 
transformers. 
Two winding and Three winding transformers can include a LTC in one of the 
windings. We 
need to discuss how we are going to extend this list.  

Original comment by Alberto.Perri@googlemail.com on 17 Apr 2010 at 5:57