| CircuitYCurrents Property |
[This is preliminary documentation and is subject to change.]
Array of doubles containing complex injection currents for the present solution. Is is the "I" vector of I=YV
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] YCurrents { get; }
Public ReadOnly Property YCurrents As Double()
Get
public:
property array<double>^ YCurrents {
array<double>^ get ();
}
member YCurrents : float[] with get
function get_YCurrents();
Property Value
Type:
DoubleSee Also