|
1 | 1 |
|
2 | 2 | // dss_sharp: A compatibility layer for DSS C-API that mimics the official OpenDSS COM interface. |
3 | 3 | // Copyright (c) 2016-2023 Paulo Meira |
4 | | -// Copyright (c) 2018-2023 DSS Extensions contributors |
| 4 | +// Copyright (c) 2018-2023 DSS-Extensions contributors |
5 | 5 | // |
6 | 6 | // See LICENSE for more information. |
7 | 7 | // |
@@ -280,7 +280,7 @@ public enum DSSCompatFlags { |
280 | 280 | /// If enabled, don't check for NaNs in the inner solution loop. |
281 | 281 | /// This can lead to various errors. |
282 | 282 | /// This flag is useful for legacy applications that don't handle OpenDSS API errors properly. |
283 | | - /// Through the development of DSS Extensions, we noticed this is actually a quite common issue. |
| 283 | + /// Through the development of DSS-Extensions, we noticed this is actually a quite common issue. |
284 | 284 | /// </summary> |
285 | 285 | NoSolverFloatChecks = 0x00000001, |
286 | 286 |
|
@@ -4578,7 +4578,7 @@ public Settings(APIUtil util) : base(util) |
4578 | 4578 | /// <summary> |
4579 | 4579 | /// {True | False*} Designates whether to allow duplicate names of objects |
4580 | 4580 | /// |
4581 | | - /// **NOTE**: for DSS Extensions, we are considering removing this option in a future |
| 4581 | + /// **NOTE**: for DSS-Extensions, we are considering removing this option in a future |
4582 | 4582 | /// release since it has performance impacts even when not used. |
4583 | 4583 | /// </summary> |
4584 | 4584 | public bool AllowDuplicates |
@@ -23576,7 +23576,7 @@ public bool AllowChangeDir |
23576 | 23576 | /// <summary> |
23577 | 23577 | /// If enabled, the `DOScmd` command is allowed. Otherwise, an error is reported if the user tries to use it. |
23578 | 23578 | /// |
23579 | | - /// Defaults to false/0 (disabled state). Users should consider DOScmd deprecated on DSS Extensions. |
| 23579 | + /// Defaults to false/0 (disabled state). Users should consider DOScmd deprecated on DSS-Extensions. |
23580 | 23580 | /// |
23581 | 23581 | /// This can also be set through the environment variable DSS_CAPI_ALLOW_DOSCMD. Setting it to 1 enables |
23582 | 23582 | /// the command. |
@@ -23660,7 +23660,7 @@ public bool COMErrorResults |
23660 | 23660 | /// |
23661 | 23661 | /// - NoSolverFloatChecks = 0x1 (bit 0): If enabled, don't check for NaNs in the inner solution loop. This can lead to various errors. |
23662 | 23662 | /// This flag is useful for legacy applications that don't handle OpenDSS API errors properly. Through the |
23663 | | - /// development of DSS Extensions, we noticed this is actually a quite common issue. |
| 23663 | + /// development of DSS-Extensions, we noticed this is actually a quite common issue. |
23664 | 23664 | /// |
23665 | 23665 | /// - BadPrecision = 0x2 (bit 1): Toggle worse precision for certain aspects of the engine. For example, |
23666 | 23666 | /// the sequence-to-phase (`As2p`) and sequence-to-phase (`Ap2s`) transform matrices. On DSS C-API, |
|
0 commit comments