| CktElementTotalPowers Property |
[This is preliminary documentation and is subject to change.]
Returns the total powers (complex) at ALL terminals of the active circuit element.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] TotalPowers { get; }
Public ReadOnly Property TotalPowers As Double()
Get
public:
property array<double>^ TotalPowers {
array<double>^ get ();
}
member TotalPowers : float[] with get
function get_TotalPowers();
Property Value
Type:
DoubleSee Also