 | Reactors.Bus2 Property |
[This is preliminary documentation and is subject to change.]
Name of 2nd bus. Defaults to all phases connected to first bus, node 0, (Shunt Wye Connection) except when Bus2 is specifically defined.
Not necessary to specify for delta (LL) connection
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntaxpublic string Bus2 { get; set; }
Public Property Bus2 As String
Get
Set
public:
property String^ Bus2 {
String^ get ();
void set (String^ value);
}
member Bus2 : string with get, set
function get_Bus2();
function set_Bus2(value);
Property Value
Type:
String
See Also