Skip to content

DSS C-API 0.10.4

Compare
Choose a tag to compare
@PMeira PMeira released this 16 Nov 03:45

DSS C-API is a library that exposes an unofficial C API for OpenDSS, the Distribution System Simulator from EPRI (the Electric Power Research Institute), aiming for full COM compatibility and beyond. It allows using OpenDSS on Windows, Linux and macOS with compatible behavior. It is the lower level API used by the other projects in DSS Extensions: DSS Python, OpenDSSDirect.py, OpenDSSDirect.jl (Julia language), DSS# (.NET/C# bindings) and DSS MATLAB.

Version 0.10.4 is a maintenance release and contains some minor fixes.

See the changelog for a complete list of changes since 0.10.0. For this release:

  • Updated up to revision 2761 of the official OpenDSS code. The changes affect at least the following components: CIMXML export, Capacitor, InvControl, LineGeometry, PVsystem, StorageController, Storage, Vsource, VCCS.
  • Fixes issue with long paths on Linux, potentially other platforms too.
  • This version should be fully compatible with 0.10.3.

See also the updated "Known Differences" document, which lists the main differences between the DSS C-API codebase and the main/official OpenDSS.