| GeneratorsBus1 Property |
[This is preliminary documentation and is subject to change.]
Bus to which the Generator is connected. May include specific node specification.
(API Extension)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string Bus1 { get; set; }
Public Property Bus1 As String
Get
Set
public:
property String^ Bus1 {
String^ get ();
void set (String^ value);
}
member Bus1 : string with get, set
function get_Bus1();
function set_Bus1(value);
Property Value
Type:
StringSee Also