Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing Storage Object and Storage Controller #78

Open
asavasci opened this issue Apr 16, 2022 · 1 comment
Open

Accessing Storage Object and Storage Controller #78

asavasci opened this issue Apr 16, 2022 · 1 comment

Comments

@asavasci
Copy link

Does OpenDSSDirect.jl include the storage object and storage controller?
I could not locate its methods.

@PMeira
Copy link
Member

PMeira commented Apr 18, 2022

The engine itself implements them but there are not dediced APIs.
There are a couple of tasks in progress. In the mean time, you could use the text and property APIs.

The basic Storage module should be exposed after #73, since DSS C-API 0.12 implements the API for it, matching the current OpenDSS COM API.

The methods and properties exposed though dedicated APIs are a fraction of what's available in the DSS engine. Again after #73, we will start experimenting with a full API that exposes all properties in the API, efficiently. Most of the code for that will be automated, so we will have a nearly full set of modules without too much trouble. There are also some other features from dss-extensions/dss_capi#109 that will need a new approach here in ODD.jl, especially if we decide to allow multiple DSS engines in a single process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants