| CircuitYNodeOrder Property |
[This is preliminary documentation and is subject to change.]
Array of strings containing the names of the nodes in the same order as the Y matrix
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string[] YNodeOrder { get; }
Public ReadOnly Property YNodeOrder As String()
Get
public:
property array<String^>^ YNodeOrder {
array<String^>^ get ();
}
member YNodeOrder : string[] with get
function get_YNodeOrder();
Property Value
Type:
StringSee Also