| BusNodes Property |
[This is preliminary documentation and is subject to change.]
Integer Array of Node Numbers defined at the bus in same order as the voltages.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int[] Nodes { get; }
Public ReadOnly Property Nodes As Integer()
Get
public:
property array<int>^ Nodes {
array<int>^ get ();
}
member Nodes : int[] with get
Property Value
Type:
Int32See Also