| CircuitAllElementLosses Property |
[This is preliminary documentation and is subject to change.]
Array of total losses (complex) in each circuit element
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] AllElementLosses { get; }
Public ReadOnly Property AllElementLosses As Double()
Get
public:
property array<double>^ AllElementLosses {
array<double>^ get ();
}
member AllElementLosses : float[] with get
function get_AllElementLosses();
Property Value
Type:
DoubleSee Also