You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ This is work-in-progress version of a set of MATLAB classes that expose the DSS
6
6
7
7
Related projects:
8
8
-[`OpenDSS`](https://sourceforge.net/projects/electricdss/): The main OpenDSS project, maintained by EPRI.
9
-
-[`DSS C-API`](http://github.com/PMeira/dss_capi): Custom OpenDSS C-API library, which also includes some patches.
10
-
-[`DSS Python`](http://github.com/PMeira/dss_python): Python bindings that mimics the official COM interface.
11
-
-[`OpenDSSDirect.py`](http://github.com/NREL/OpenDSSDirect.py): More pythonic bindings and useful tools.
12
-
-[`DSS Sharp`](http://github.com/PMeira/dss_sharp/): .NET assembly to use the native DLL, mimics the COM object as used in .NET.
9
+
-[`DSS C-API`](http://github.com/dss-extensions/dss_capi): Custom OpenDSS C-API library, which also includes some patches.
10
+
-[`DSS Python`](http://github.com/dss-extensions/dss_python): Python bindings that mimics the official COM interface.
11
+
-[`OpenDSSDirect.py`](http://github.com/dss-extensions/OpenDSSDirect.py): More pythonic bindings and useful tools.
12
+
-[`DSS Sharp`](http://github.com/dss-extensions/dss_sharp/): .NET assembly to use the native DLL, mimics the COM object as used in .NET.
13
13
14
14
## Usage
15
15
16
-
1. Download a package from the [releases page](https://github.com/PMeira/dss_matlab/releases).
16
+
1. Download a package from the [releases page](https://github.com/dss-extensions/dss_matlab/releases).
17
17
18
18
2. Add the folder containing `+DSS_MATLAB` to your MATLAB path.
19
19
@@ -23,7 +23,7 @@ Related projects:
23
23
dss = DSS_MATLAB.IDSS;
24
24
```
25
25
26
-
4. If you find issues or missing features, feel free to [open an issue ticket on GitHub](https://github.com/PMeira/dss_matlab/issues/new) or email me (pmeira at ieee.org).
26
+
4. If you find issues or missing features, feel free to [open an issue ticket on GitHub](https://github.com/dss-extensions/dss_matlab/issues/new) or email me (pmeira at ieee.org).
27
27
28
28
If you code is based on `DSSStartup.m` from the examples, in general you only need to replace the `Obj = actxserver('OpenDSSEngine.DSS');` line. That is, update `DSSStartup.m` to:
29
29
@@ -49,5 +49,5 @@ If you want some code to play with, you can use the MATLAB examples from the off
49
49
50
50
This project is derived from EPRI's OpenDSS and the same style of license (BSD style) is used. As OpenDSS, the project also depends on KLUSolve and SuiteSparse, licensed under the LGPL.
51
51
52
-
See the [DSS C-API](https://github.com/PMeira/dss_capi/) project for more details and source files.
52
+
See the [DSS C-API](https://github.com/dss-extensions/dss_capi/) project for more details and source files.
0 commit comments