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: docs/node/nodes/opendss.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,14 @@ hide_table_of_contents: true
4
4
5
5
# OpenDSS
6
6
7
-
OpenDSS is an electric power distribution system simulator (DSS) designed to support distributed energy resource (DER) grid integration and grid modernization.
8
-
This nodetype run OpenDSS within VILLASnode and enabled VILLASnode to send and receive data to OpenDSS.
7
+
[OpenDSS](https://sourceforge.net/projects/electricdss/) is an electric power distribution system simulator (DSS) designed to support distributed energy resource (DER) grid integration and grid modernization.
8
+
This node-type runs OpenDSS within VILLASnode and enables VILLASnode to exchange data with OpenDSS.
9
9
10
10
## Prerequisites
11
-
This node type requires OpenDSS shared library.
12
-
The documentation for compiling the library can be found on [OpenDSS documentation website](https://opendss.epri.com/OpenDSSC.html).
11
+
12
+
This node-type requires OpenDSS shared library.
13
+
The documentation for compiling the library can be found in the [OpenDSS documentation](https://opendss.epri.com/OpenDSSC.html).
14
+
Alternatively, the script found at `packaging/deps.sh` can be used. Please refer to the [installation document](../installation.md).
13
15
14
16
## Implementation
15
17
@@ -19,9 +21,8 @@ The Implementation of this node type is limited to only sending the data to set
19
21
-**Generator:** Voltage(kV), Active Power(kW), Apparent Power(kVA), Power Factor(Pf)
0 commit comments