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