Changes between Initial Version and Version 8 of Ticket #4031


Ignore:
Timestamp:
2016-10-07T11:32:43Z (8 years ago)
Author:
Adeel Asghar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4031

    • Property Cc Rüdiger Franke Adrian Pop added
  • Ticket #4031 – Description

    initial v8  
    11Open `PowerSystems.Examples.Spot.Introduction.Frequency` in OMEdit and see:
    2 - The Windows version of OMEdit (v1.10.0-dev-159-g4de9151) will hide the `+` and `-` navigation elements in the tree view of the Libraries pane on mouseover (just not nice, but see below). The Linux version (v1.10.0-dev.134+gb85235d) does it right.
    3 - OMEdit shows all conditional signal inputs of voltage1 and voltage2 even if they are disabled (see #2081)
    4 - double click on `voltage1` to open the parameter dialog -- the Windows version of OMEdit  will destroy the diagram layout -- the Linux version keeps the position of the icon in the diagram
    5 - OMEdit shows the Scripting Error "error parsing unit VA"
     21. The Windows version of OMEdit (v1.10.0-dev-159-g4de9151) will hide the `+` and `-` navigation elements in the tree view of the Libraries pane on mouseover (just not nice, but see below). The Linux version (v1.10.0-dev.134+gb85235d) does it right.
     31. OMEdit shows all conditional signal inputs of voltage1 and voltage2 even if they are disabled (see #2081)
     41. double click on `voltage1` to open the parameter dialog -- the Windows version of OMEdit  will destroy the diagram layout -- the Linux version keeps the position of the icon in the diagram
     51. OMEdit shows the Scripting Error "error parsing unit VA"
    66- The voltage veff is in p.u., which is represented with "V/V", relative to V_nom, in the PowerSystems library. OMEdit proposes the alternative units "rad" and "sr"!?
    7 - OMEdit does not propose alternative units for `V_nom`, just "V" -- "kV" would be nice.
    8 - The angle alpha0 is shown with the SI unit "rad". OMEdit proposes to alternatively use "sr". Why doesn't OMEdit use or even propose the displayUnit "deg"?
    9 - OMEdit proposes for the frequency `f` the alternative unit "Bq". `f` is bound to the parameter `system.f`. What is the meaning of changing the display unit of a variable name?
     71. OMEdit does not propose alternative units for `V_nom`, just "V" -- "kV" would be nice.
     81. The angle alpha0 is shown with the SI unit "rad". OMEdit proposes to alternatively use "sr". Why doesn't OMEdit use or even propose the displayUnit "deg"?
     91. OMEdit proposes for the frequency `f` the alternative unit "Bq". `f` is bound to the parameter `system.f`. What is the meaning of changing the display unit of a variable name?
    1010
    1111Once you got around all these things, you finally find out that `fType_par` is always disabled, independent of the actual value of `fType_sys`. It appears that OMEdit generally lacks the evaluation of parameters when rendering graphics or parameter dialogs, see #2661 and #4008.