Click or drag to resize

DSSNewContext Method

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

Creates a new DSS engine context. A DSS Context encapsulates most of the global state of the original OpenDSS engine, allowing the user to create multiple instances in the same process. By creating contexts manually, the management of threads and potential issues should be handled by the user. (API Extension)

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public static DSS NewContext()

Return Value

Type: DSS

[Missing <returns> documentation for "M:dss_sharp.DSS.NewContext"]

See Also