File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,14 @@ opendssdirect.Monitors module
180
180
:undoc-members:
181
181
:show-inheritance:
182
182
183
+ opendssdirect.Parallel module
184
+ -----------------------------
185
+
186
+ .. automodule :: opendssdirect.Parallel
187
+ :members:
188
+ :undoc-members:
189
+ :show-inheritance:
190
+
183
191
opendssdirect.PDElements module
184
192
-------------------------------
185
193
@@ -228,6 +236,14 @@ opendssdirect.Reclosers module
228
236
:undoc-members:
229
237
:show-inheritance:
230
238
239
+ opendssdirect.ReduceCkt module
240
+ ------------------------------
241
+
242
+ .. automodule :: opendssdirect.ReduceCkt
243
+ :members:
244
+ :undoc-members:
245
+ :show-inheritance:
246
+
231
247
opendssdirect.RegControls module
232
248
--------------------------------
233
249
@@ -268,6 +284,14 @@ opendssdirect.Solution module
268
284
:undoc-members:
269
285
:show-inheritance:
270
286
287
+ opendssdirect.Storages module
288
+ -----------------------------
289
+
290
+ .. automodule :: opendssdirect.Storages
291
+ :members:
292
+ :undoc-members:
293
+ :show-inheritance:
294
+
271
295
opendssdirect.SwtControls module
272
296
--------------------------------
273
297
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def ToJSON(self, options=0):
60
60
Returns the data (as a list) of all elements from the active class as a JSON-encoded string.
61
61
62
62
The `options` parameter contains bit-flags to toggle specific features.
63
- See `Obj_ToJSON` (C-API) for more, or `DSSObj.to_json` in Python .
63
+ See `Obj_ToJSON` (C-API) for more.
64
64
65
65
Additionally, the `ExcludeDisabled` flag can be used to excluded disabled elements from the output.
66
66
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def ToJSON(self, options=0):
26
26
Returns the properties of the active DSS object as a JSON-encoded string.
27
27
28
28
The `options` parameter contains bit-flags to toggle specific features.
29
- See `Obj_ToJSON` (C-API) for more, or `DSSObj.to_json` in Python .
29
+ See `Obj_ToJSON` (C-API) for more.
30
30
31
31
(API Extension)
32
32
"""
You can’t perform that action at this time.
0 commit comments