Click or drag to resize

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; }

Property Value

Type: Double
See Also