Click or drag to resize

SettingsIterateDisabled Property

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

Controls whether `First`/`Next` iteration includes or skips disabled circuit elements. The default behavior from OpenDSS is to skip those. The user can still activate the element by name or index. The default value for IterateDisabled is 0, keeping the original behavior. Set it to 1 (or `True`) to include disabled elements. Other numeric values are reserved for other potential behaviors. (API Extension)

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

Property Value

Type: Int32
See Also