| SettingsLoadsTerminalCheck Property |
[This is preliminary documentation and is subject to change.]
Controls whether the terminals are checked when updating the currents in Load component. Defaults to True.
If the loads are guaranteed to have their terminals closed throughout the simulation, this can be set to False to save some time.
(API Extension)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public bool LoadsTerminalCheck { get; set; }
Public Property LoadsTerminalCheck As Boolean
Get
Set
public:
property bool LoadsTerminalCheck {
bool get ();
void set (bool value);
}
member LoadsTerminalCheck : bool with get, set
function get_LoadsTerminalCheck();
function set_LoadsTerminalCheck(value);
Property Value
Type:
BooleanSee Also