| CircuitTotalPower Property |
[This is preliminary documentation and is subject to change.]
Total power, kW delivered to the circuit
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] TotalPower { get; }
Public ReadOnly Property TotalPower As Double()
Get
public:
property array<double>^ TotalPower {
array<double>^ get ();
}
member TotalPower : float[] with get
function get_TotalPower();
Property Value
Type:
DoubleSee Also