Click or drag to resize

DSSLegacyModels Property

[This is preliminary documentation and is subject to change.]

If enabled, the legacy/deprecated models for PVSystem, InvControl, Storage and StorageControl are used. In the official OpenDSS version 9.0, the old models where removed. They are temporarily present here but may be removed in the near future. If they are important to you, please open an issue on GitHub or contact the authors from DSS Extensions: https://github.com/dss-extensions/ After toggling LegacyModels, run a "clear" command and the models will be loaded accordingly. Defaults to False. This can also be enabled by setting the environment variable DSS_CAPI_LEGACY_MODELS to 1. NOTE: this option will be removed in a future release. (API Extension)

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public bool LegacyModels { get; set; }

Property Value

Type: Boolean
See Also