Bugfix releases based on DSS C-API v0.13.4 #30
PMeira
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All projects have been updated to include bugfixes present in the latest OpenDSS (v9.6.1.3), ported to our alternative OpenDSS engine (exposed as DSS C-API), notably a CapControl bugfix. We took the opportunity to include a few other improvements.
Read the changes below for more, and follow the links for specific projects:
As in the latest releases, there was also progress in the plotting system for the Python projects.
⚙️ DSS C-API 0.13.4 changes
check its repo for more info
Bugfix release for
CapControl
, couple with some incremental improvements.This version should match OpenDSS v9.6.1.3 (SVN r3623).
Ported from the official OpenDSS SVN code:
CapControl
, port SVN 3622: "Solves a bug introduced in version 9.6.1.2 when using CapControl in time or follow control modes." (by davismont).Added
DSSEvents
: Implement an initial set of functions analog to the COM interface. This was added for historical compatibility since use ofDSSEvents
is rarely seen. This document from EPRI (2011) presents the equivalent in the COM interface. Examples will be added in our downstream projects when time allows (feel free to request one to signal interest in this feature).Handle better how the internal
SolutionAbort
is used. Some invalid states were not being handled on absence of float-point exceptions, leading to potential useless results (NaN) and even crashes.VSource
: Abort the solution if Z1 is zero.API/ArrayDimensions: fix
CktElement_Get_NodeOrder
; add toCktElement_Get_Powers
.Beta Was this translation helpful? Give feedback.
All reactions