dss-extensions / dss_sharp

C#/.NET bindings for DSS C-API, an unofficial implementation of OpenDSS with a custom API in plain C, new features and API extensions.
https://dss-extensions.org/dss_sharp/
BSD 3-Clause "New" or "Revised" License
8 stars 0 forks source link

Expose the DSSEvents API #16

Open PMeira opened 7 months ago

PMeira commented 7 months ago

The DSSEvents API has been implemented in the low-level engine and DSS-Python. Although we never seen it used, it's possible somebody has been using it with the COM API.

To implement this, we first need sample that works with the COM API in order to mimic the behavior and minimize the effort when porting to DSS Sharp.