| CircuitSystemY Property |
[This is preliminary documentation and is subject to change.]
System Y matrix (after a solution has been performed).
This is deprecated as it returns a dense matrix. Only use it for small systems.
For large scale systems, prefer YMatrix.GetCompressedYMatrix.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] SystemY { get; }
Public ReadOnly Property SystemY As Double()
Get
public:
property array<double>^ SystemY {
array<double>^ get ();
}
member SystemY : float[] with get
Property Value
Type:
DoubleSee Also