| BusYscMatrix Property |
[This is preliminary documentation and is subject to change.]
Complex array of Ysc matrix at bus. Column by column.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] YscMatrix { get; }
Public ReadOnly Property YscMatrix As Double()
Get
public:
property array<double>^ YscMatrix {
array<double>^ get ();
}
member YscMatrix : float[] with get
function get_YscMatrix();
Property Value
Type:
DoubleSee Also