Skip to content

version 0.6.0

Compare
Choose a tag to compare
@rfranke rfranke released this 18 Jan 20:05
· 8 commits to release since this release

This release increases the flexible application of component models with different phase systems and reference frames. Moreover it incorporates a couple of issues and pull requests. Many thanks to the contributors!

  • Enhance AC3ph with replaceable PhaseSystem.
    Many components work with ThreePhase_dq as well, besides the default ThreePhase_dq0.
  • Introduce own SI sub-package to get appropriate display units.
  • Treat PerCent as display unit, 0..1 internally.
  • Implement inertial reference frame for Generic components (#18).
  • Fix some HTML warnings (#20).
  • Fix measurement units in PWM control models (#21).
  • Make phasor of PVImeter unconditional (#26).
  • Unify naming of start values for Loads.
  • Reorganize Examples to better outline the Introductory examples and
    to better reflect the three component sub-packages AC3ph, AC1ph_DC and Generic.